diff options
Diffstat (limited to 'Library/Formula/jruby.rb')
| -rw-r--r-- | Library/Formula/jruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb index e6c152a91..864e3347c 100644 --- a/Library/Formula/jruby.rb +++ b/Library/Formula/jruby.rb @@ -38,6 +38,6 @@ class Jruby < Formula end def test - system "jruby -e 'puts \"hello\"'" + system "#{bin}/jruby -e 'puts \"hello\"'" end end |
