diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 508bd48d9..537b6d222 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -97,6 +97,6 @@ class Imagemagick < Formula end def test - system "identify", "/Library/Application Support/Apple/iChat Icons/Flags/Argentina.gif" + system "#{prefix}/bin/identify", "/Library/Application Support/Apple/iChat Icons/Flags/Argentina.gif" end end |
