Skip to content

Commit

Permalink
[Truffle] Let bin/jruby-truffle delegate to jt to pick the right laun…
Browse files Browse the repository at this point in the history
…cher.
  • Loading branch information
eregon committed Nov 21, 2016
1 parent d3e4066 commit d909c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/jruby-truffle
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

bin="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
root="$(dirname "$bin")"

exec "$bin"/jruby -X+T "$@"
exec "$root"/tool/jt.rb ruby --no-print-cmd "$@"

0 comments on commit d909c87

Please sign in to comment.