update_rubygems installs gem as jgem and gives it the wrong #! (shebang) line -----------------------------------------------------------------------------
Key: JRUBY-3770 URL: http://jira.codehaus.org/browse/JRUBY-3770 Project: JRuby Issue Type: Bug Components: Application Error Affects Versions: JRuby 1.3.1 Reporter: Thomas E Enebo Fix For: JRuby 1.4 This is more of a tracking bug since we will need to file a bug with a course of action on the rubygems project. update_rubygems appears to install the gem command incorrectly: 1. Wrong name. jgem instead of gem. This is the more touchy of the two issues since we have some folks that wish all our commands started with a 'j'. 2. Wrong magic comment line: {noformat} #!/path/to/this/jruby/install/bin/jruby {noformat} versus {noformat} #!/usr/bin/env jruby {noformat} So we should try and get a patch in to rubygems before 1.4.0, so that anyone who does this gets an updated rubygems. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email