summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 07:03:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 07:03:39 +0000
commit4f858a27f4e3635a5bca378e54c42f0e75078b87 (patch)
treee16833f915c1c83bbb8f3022e8c2682c145148c6 /ChangeLog
parent9cea9e50b8afabbdd0bce30422f7c7062d4dcc5e (diff)
downloadruby-4f858a27f4e3635a5bca378e54c42f0e75078b87.tar.gz
ruby-4f858a27f4e3635a5bca378e54c42f0e75078b87.tar.xz
ruby-4f858a27f4e3635a5bca378e54c42f0e75078b87.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@22853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b3663eab..aeb82acd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Mar 9 16:03:37 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <nobu@ruby-lang.org>
* instruby.rb (manpages): use basename to compare and for Tempfile.