Skip to content

Instantly share code, notes, and snippets.

Created January 13, 2011 18:38
Show Gist options
  • Save anonymous/3b98e75cea9f5c03f472 to your computer and use it in GitHub Desktop.
Save anonymous/3b98e75cea9f5c03f472 to your computer and use it in GitHub Desktop.
From:
configurable_attr :convert_command, "convert"
configurable_attr :identify_command, "identify"
To:
configurable_attr :convert_command, "/opt/local/bin/convert"
configurable_attr :identify_command, "/opt/local/bin/identify"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment