diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bindfs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bindfs.rb b/Library/Formula/bindfs.rb index 023767c3c..dd170bcc8 100644 --- a/Library/Formula/bindfs.rb +++ b/Library/Formula/bindfs.rb @@ -14,6 +14,6 @@ class Bindfs < Formula end def test - system "bindfs -V" + system "#{bin}/bindfs -V" end end |
