diff options
Diffstat (limited to 'Library/Formula/jbigkit.rb')
| -rw-r--r-- | Library/Formula/jbigkit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jbigkit.rb b/Library/Formula/jbigkit.rb index a18b212ee..afdf7812e 100644 --- a/Library/Formula/jbigkit.rb +++ b/Library/Formula/jbigkit.rb @@ -38,7 +38,7 @@ class Jbigkit < Formula def test mktemp do system "#{bin}/jbgtopbm #{prefix}/examples/ccitt7.jbg | #{bin}/pbmtojbg - testoutput.jbg" - system "/usr/bin/cmp #{prefix}/examples/ccitt7.jbg testoutput.jbg" + system "/usr/bin/cmp", "#{prefix}/examples/ccitt7.jbg", "testoutput.jbg" end end end |
