[前][次][番号順一覧][スレッド一覧]

ruby-changes:38279

From: usa <ko1@a...>
Date: Mon, 20 Apr 2015 21:44:18 +0900 (JST)
Subject: [ruby-changes:38279] usa:r50360 (trunk): * tool/expand-config.rb: typo, too.

usa	2015-04-20 21:44:08 +0900 (Mon, 20 Apr 2015)

  New Revision: 50360

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50360

  Log:
    * tool/expand-config.rb: typo, too.

  Modified files:
    trunk/tool/expand-config.rb
Index: tool/expand-config.rb
===================================================================
--- tool/expand-config.rb	(revision 50359)
+++ tool/expand-config.rb	(revision 50360)
@@ -9,7 +9,7 @@ config["RUBY_RELEASE_DATE"] ||= https://github.com/ruby/ruby/blob/trunk/tool/expand-config.rb#L9
 
 while /\A(\w+)=(.*)/ =~ ARGV[0]
   config[$1] = $2
-  config[$1].tr(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
+  config[$1].tr!(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
   ARGV.shift
 end
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]