mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fake.rb: suppress warning
* tool/fake.rb: get rid of use of uninitialized global variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
141ff8e6a0
commit
87a34aa07a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class File
|
|||
end
|
||||
end
|
||||
|
||||
static = !!$static
|
||||
static = !!(defined?($static) && $static)
|
||||
$:.unshift(builddir)
|
||||
posthook = proc do
|
||||
config = RbConfig::CONFIG
|
||||
|
|
Loading…
Add table
Reference in a new issue