From 56a3c92303827c0d2800939e010f2fb2e5e569cd Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 17 Nov 2016 07:19:49 +0000 Subject: mkconfig.rb: add a magic comment to rbconfig.rb * tool/mkconfig.rb: add a magic comment to rbconfig.rb in case the command line option -K is specified. [ruby-core:78181] [Bug #12949] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/mkconfig.rb') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index 7e8ff10dba..372e0868c7 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -163,6 +163,7 @@ 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 # # The module storing Ruby interpreter configurations on building. -- cgit v1.2.3