diff options
Diffstat (limited to 'Library/Formula/zsh.rb')
| -rw-r--r-- | Library/Formula/zsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 4e0bfa7f5..f6278469c 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -41,7 +41,7 @@ class Zsh < Formula end def test - system "#{bin}/zsh --version" + system "#{bin}/zsh", "--version" end def caveats; <<-EOS.undent |
