diff options
Diffstat (limited to 'Library/Formula/bindfs.rb')
| -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 dd170bcc8..9a42cf0ab 100644 --- a/Library/Formula/bindfs.rb +++ b/Library/Formula/bindfs.rb @@ -14,6 +14,6 @@ class Bindfs < Formula end def test - system "#{bin}/bindfs -V" + system "#{bin}/bindfs", "-V" end end |
