From: "mame (Yusuke Endoh)" Date: 2013-02-24T13:39:14+09:00 Subject: [ruby-core:52781] [ruby-trunk - Bug #7915][Assigned] Rubygems stub shebang is wrongly expanded Issue #7915 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Target version set to 2.0.0 Nobu said he cannot repro. Sorry, we have no time to consider this issue. It may be fixed in a patch level release after 2.0.0-p0. -- Yusuke Endoh ---------------------------------------- Bug #7915: Rubygems stub shebang is wrongly expanded https://bugs.ruby-lang.org/issues/7915#change-36873 Author: vo.x (Vit Ondruch) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2013-02-14 trunk 39237) [x86_64-linux] =begin Rubygems stub shebang is wrongly expanded. It used to be /usr/bin/ruby in rev39237 and now it is /bin/ruby in rev39387. It seems, that the --with-exec prefix is wrong handled, se ruby -rrbconfig -e "RbConfig::CONFIG.each {|c| p c}" output [1], where the 'exec_prefix' value is empty, where it used to contain /usr value. I guess that 39320 is the offending patch. [1] https://gist.github.com/voxik/5016136 =end -- http://bugs.ruby-lang.org/