diff options
Diffstat (limited to 'Library/Formula/jbig2dec.rb')
| -rw-r--r-- | Library/Formula/jbig2dec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jbig2dec.rb b/Library/Formula/jbig2dec.rb index 6a0963df1..f7bada4e8 100644 --- a/Library/Formula/jbig2dec.rb +++ b/Library/Formula/jbig2dec.rb @@ -12,6 +12,6 @@ class Jbig2dec < Formula end def test - system 'jbig2dec', '--version' + system "#{bin}/jbig2dec", '--version' end end |
