From e3cf77804a25135fbe2476c34e8bab861cfb534d Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 27 Dec 2007 13:33:04 +0000 Subject: * lib/rubygems/commands/update_command.rb (do_rubygems_update): use portable and safely ENV operation. reported in . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 18b581975..cf457d383 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 27 22:31:37 2007 NAKAMURA Usaku + + * lib/rubygems/commands/update_command.rb (do_rubygems_update): use + portable and safely ENV operation. reported in + . + Thu Dec 27 21:47:04 2007 NAKAMURA Usaku * mkconfig.rb (prefix): archdir is "1.9.0", not "1.9". reported in -- cgit