diff options
Diffstat (limited to 'Library/Formula/csup.rb')
| -rw-r--r-- | Library/Formula/csup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/csup.rb b/Library/Formula/csup.rb index 68e5f7cf8..9c3cbdaeb 100644 --- a/Library/Formula/csup.rb +++ b/Library/Formula/csup.rb @@ -13,6 +13,6 @@ class Csup < Formula end def test - system "#{bin}/csup -v" + system "#{bin}/csup", "-v" end end |
