aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/open-cobol.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/open-cobol.rb')
-rw-r--r--Library/Formula/open-cobol.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/open-cobol.rb b/Library/Formula/open-cobol.rb
index 1e86c4bdb..37e9f03ce 100644
--- a/Library/Formula/open-cobol.rb
+++ b/Library/Formula/open-cobol.rb
@@ -15,6 +15,6 @@ class OpenCobol < Formula
end
def test
- system "#{bin}/cobc --help"
+ system "#{bin}/cobc", "--help"
end
end