Skip to content

Commit

Permalink
Fix for JRUBY-2432, disable the adding of the .exe extension so that …
Browse files Browse the repository at this point in the history
…our "jruby.bat" RUBY_INSTALL_NAME is used as the actual command for executing JRuby.

git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@6809 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
headius committed May 27, 2008
1 parent 4213f9c commit 11bfe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby/site_ruby/1.8/rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def self.ruby
if @ruby.nil? then
@ruby = File.join(ConfigMap[:bindir],
ConfigMap[:ruby_install_name])
@ruby << ConfigMap[:EXEEXT]
# @ruby << ConfigMap[:EXEEXT]
end

@ruby
Expand Down

0 comments on commit 11bfe9d

Please sign in to comment.