diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/uchardet.rb | 2 |
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 |
