diff options
Diffstat (limited to 'Library/Formula/ispc.rb')
| -rw-r--r-- | Library/Formula/ispc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ispc.rb b/Library/Formula/ispc.rb index 07a121774..9598369fa 100644 --- a/Library/Formula/ispc.rb +++ b/Library/Formula/ispc.rb @@ -11,6 +11,6 @@ class Ispc < Formula end def test - system "#{bin}/ispc -v" + system "#{bin}/ispc", "-v" end end |
