From e09da0d0924ed046f10129536fe2512966123ddf Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Mar 2009 07:03:39 +0000 Subject: * lib/rubygems/installer.rb (Gem::Installer#initialize): env may not be under /usr/bin. * lib/rubygems/installer.rb (Gem::Installer#shebang): uses /bin/sh if shebang has any options, since env shebang trick does not work with options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b3663eabe..aeb82acd7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Mar 9 16:03:37 2009 Nobuyoshi Nakada + + * lib/rubygems/installer.rb (Gem::Installer#initialize): env may + not be under /usr/bin. + + * lib/rubygems/installer.rb (Gem::Installer#shebang): uses /bin/sh + if shebang has any options, since env shebang trick does no + work with options. + Mon Mar 9 15:19:55 2009 Nobuyoshi Nakada * instruby.rb (manpages): use basename to compare and for Tempfile. -- cgit v1.2.3