aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imagemagick.rb2
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