diff options
Diffstat (limited to 'Library/Formula/automake.rb')
| -rw-r--r-- | Library/Formula/automake.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index 9b04942aa..3f04e6d48 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -24,6 +24,6 @@ class Automake < Formula    end    def test -    system "#{bin}/automake --version" +    system "#{bin}/automake", "--version"    end  end | 
