diff options
| -rw-r--r-- | Library/Formula/jp2a.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/jp2a.rb b/Library/Formula/jp2a.rb index 7ccc1d29a..8d079dace 100644 --- a/Library/Formula/jp2a.rb +++ b/Library/Formula/jp2a.rb @@ -14,6 +14,6 @@ class Jp2a < Formula    end    def test -    system "jp2a -V" +    system "#{bin}/jp2a -V"    end  end | 
