Skip to content

Commit

Permalink
fix z_rubycheck.rb
Browse files Browse the repository at this point in the history
Fixes #8896
  • Loading branch information
original-brownbear committed Dec 29, 2017
1 parent cd6d9c3 commit b1cf959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/z_rubycheck.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if ENV['USE_RUBY'] != '1'

# Make sure we have JRuby, then rerun ourselves under jruby.
Rake::Task["vendor:jruby"].invoke
jruby = File.join("vendor", "jruby", "bin", "jruby")
jruby = File.join("bin", "ruby")
rake = File.join("vendor", "jruby", "bin", "rake")

# if required at this point system gems can be installed using the system_gem task, for example:
Expand Down

0 comments on commit b1cf959

Please sign in to comment.