From 1a03f9c582abefb5c6eb0bfe46e6c3be923b3e6d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 9 Jul 2016 02:44:39 +0000 Subject: Use keyword * tool/mkconfig.rb: use keyword true, instead of the toplevel constant. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55615 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 6b6f14c940..ee0642ce72 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -20,7 +20,7 @@ $:.unshift(".") require "fileutils" mkconfig = File.basename($0) -fast = {'prefix'=>TRUE, 'ruby_install_name'=>TRUE, 'INSTALL'=>TRUE, 'EXEEXT'=>TRUE} +fast = {'prefix'=>true, 'ruby_install_name'=>true, 'INSTALL'=>true, 'EXEEXT'=>true} win32 = /mswin/ =~ arch universal = /universal.*darwin/ =~ arch -- cgit v1.2.3