From da8830e3de84717ca5dbb659b60dc94557f7258c Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 28 Dec 2018 03:09:29 +0000 Subject: fix r66599 to sucess install. please refix this patch @nobu git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tool/mkconfig.rb') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index fdb284b1a9..74736540cd 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -132,10 +132,10 @@ File.foreach "config.status" do |line| else v_others << v end - case name - when "RUBY_PROGRAM_VERSION" - version = val[/\A"(.*)"\z/, 1] - end + #case name + #when "RUBY_PROGRAM_VERSION" + # version = val[/\A"(.*)"\z/, 1] + #end end # break if /^CEOF/ end @@ -163,6 +163,7 @@ end prefix = vars.expand(vars["prefix"] ||= "") rubyarchdir = vars.expand(vars["rubyarchdir"] ||= "") relative_archdir = rubyarchdir.rindex(prefix, 0) ? rubyarchdir[prefix.size..-1] : rubyarchdir + puts %[\ # encoding: ascii-8bit # frozen-string-literal: false -- cgit v1.2.1