mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
9d87e8acf8
commit
1a03f9c582
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue