summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-09 02:44:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-09 02:44:39 +0000
commit1a03f9c582abefb5c6eb0bfe46e6c3be923b3e6d (patch)
treef16665bcf27652cfe633060c31749ea1ad41abcb
parent9d87e8acf8da7b11f1764e2a4ad58d9b037bc233 (diff)
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
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
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