mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2549889663
commit
957874f204
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ mkconfig = File.basename($0)
|
|||
rbconfig_rb = ARGV[0] || 'rbconfig.rb'
|
||||
srcdir = $srcdir || '.'
|
||||
unless File.directory?(dir = File.dirname(rbconfig_rb))
|
||||
FileUtils.makedirs(File.dirname(rbconfig_rb), :verbose => true)
|
||||
FileUtils.makedirs(dir, :verbose => true)
|
||||
end
|
||||
|
||||
version = RUBY_VERSION
|
||||
|
|
Loading…
Reference in a new issue