aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/uchardet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/uchardet.rb b/Library/Formula/uchardet.rb
index 50f39f66f..409ff0951 100644
--- a/Library/Formula/uchardet.rb
+++ b/Library/Formula/uchardet.rb
@@ -15,6 +15,6 @@ class Uchardet < Formula
end
def test
- system "uchardet", __FILE__
+ system "#{bin}/uchardet", __FILE__
end
end