We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6ac43 commit 37e6890Copy full SHA for 37e6890
Rakefile
@@ -56,7 +56,7 @@ if defined?(RUBY_ENGINE) and RUBY_ENGINE == 'jruby'
56
].find { |c| File.directory?(c) }
57
if ENV['JAVA_HOME']
58
warn " *** JAVA_HOME is set to #{ENV['JAVA_HOME'].inspect}"
59
- ENV['PATH'] = ENV['PATH'].split(/path_separator/).unshift(java_path = "#{ENV['JAVA_HOME']}/bin") * path_separator
+ ENV['PATH'] = ENV['PATH'].split(path_separator).unshift(java_path = "#{ENV['JAVA_HOME']}/bin") * path_separator
60
warn " *** java binaries are assumed to be in #{java_path.inspect}"
61
else
62
warn " *** JAVA_HOME was not set or could not be guessed!"
0 commit comments