From 8ca58751c106d8d88ed4fe41306a389f4dd53b23 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 25 Oct 2012 04:36:15 +0000 Subject: * tool/mkconfig.rb: remove string literal concatenation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/mkconfig.rb') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index 7e943f3c21..e5203c4d2a 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -128,7 +128,7 @@ File.foreach "config.status" do |line| val.sub!(/universal/, %q[#{arch && universal[/(?:\A|\s)#{Regexp.quote(arch)}=(\S+)/, 1] || '\&'}]) end end - v = " CONFIG[\"#{name}\"] #{win32 && vars[name] ? '<< "\n"' : '='} #{val}\n" + v = " CONFIG[\"#{name}\"] #{win32 && vars[name] ? '<< "\n" +' : '='} #{val}\n" vars[name] = true if fast[name] v_fast << v -- cgit v1.2.3