aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/par2tbb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/par2tbb.rb b/Library/Formula/par2tbb.rb
index 673186ebb..a557547a0 100644
--- a/Library/Formula/par2tbb.rb
+++ b/Library/Formula/par2tbb.rb
@@ -41,6 +41,6 @@ class Par2tbb < Formula
end
def test
- system "par2"
+ system "#{bin}/par2"
end
end