Skip to content

Commit

Permalink
[Truffle] JT: alias "jt ruby" to "jt run".
Browse files Browse the repository at this point in the history
* So we can just prepend jt to switch from another ruby.
  • Loading branch information
eregon committed Mar 23, 2015
1 parent edbffdb commit 7906a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/jt.rb
Expand Up @@ -230,6 +230,7 @@ def run(*args)

raw_sh(env_vars, "#{JRUBY_DIR}/bin/jruby", *jruby_args, *args)
end
alias ruby run

def test(*args)
return test_pe if args == ['pe']
Expand Down

0 comments on commit 7906a10

Please sign in to comment.