diff options
| author | Jack Nagel | 2012-05-06 00:52:17 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-05-06 01:07:45 -0500 | 
| commit | 76ce933e9043d6fbc684225f61d9c2c362e771fa (patch) | |
| tree | c3b18230271ebb2352ace46a605e85d0dd88d8c2 | |
| parent | c9a15c10679af57639461b349957f49996a5e6b9 (diff) | |
| download | homebrew-76ce933e9043d6fbc684225f61d9c2c362e771fa.tar.bz2 | |
jp2a: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 | 
