aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 00:52:17 -0500
committerJack Nagel2012-05-06 01:07:45 -0500
commit76ce933e9043d6fbc684225f61d9c2c362e771fa (patch)
treec3b18230271ebb2352ace46a605e85d0dd88d8c2
parentc9a15c10679af57639461b349957f49996a5e6b9 (diff)
downloadhomebrew-76ce933e9043d6fbc684225f61d9c2c362e771fa.tar.bz2
jp2a: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/jp2a.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jp2a.rb b/Library/Formula/jp2a.rb
index 7ccc1d29a..8d079dace 100644
--- a/Library/Formula/jp2a.rb
+++ b/Library/Formula/jp2a.rb
@@ -14,6 +14,6 @@ class Jp2a < Formula
end
def test
- system "jp2a -V"
+ system "#{bin}/jp2a -V"
end
end