1
0
Fork 0
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:
nobu 2004-02-14 15:12:40 +00:00
parent 2549889663
commit 957874f204

View file

@ -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