diff options
Diffstat (limited to 'Library/Formula/gnuplot.rb')
| -rw-r--r-- | Library/Formula/gnuplot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 025a8e8e6..477feccde 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -56,6 +56,6 @@ class Gnuplot < Formula end def test - system "#{bin}/gnuplot --version" + system "#{bin}/gnuplot", "--version" end end |
