aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fastjar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fastjar.rb b/Library/Formula/fastjar.rb
index d05805de1..a1b320ad9 100644
--- a/Library/Formula/fastjar.rb
+++ b/Library/Formula/fastjar.rb
@@ -12,7 +12,7 @@ class Fastjar < Formula
end
def test
- system "fastjar -V"
- system "grepjar -V"
+ system "#{bin}/fastjar -V"
+ system "#{bin}/grepjar -V"
end
end