Skip to content

Commit

Permalink
[Truffle] j+tr: use jruby executable rather then ruby which may not b…
Browse files Browse the repository at this point in the history
…e always present
pitr-ch committed Mar 7, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8c4e206 commit 3f64c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby/truffle/jruby+truffle/lib/runner.rb
Original file line number Diff line number Diff line change
@@ -419,7 +419,7 @@ def subcommand_setup(rest)
end

def bundle_cli(argv)
ruby = Pathname(RbConfig::CONFIG['bindir']).join('ruby')
ruby = Pathname(RbConfig::CONFIG['bindir']).join('jruby')
execute_cmd [ruby.to_s, "#{Gem.bindir}/bundle", *argv]
end

0 comments on commit 3f64c74

Please sign in to comment.