mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* ext/configsub.rb: $defout is obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a644c35a99
commit
0d95887b86
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ BEGIN {
|
|||
CONFIG['top_srcdir'] = File.expand_path($srcdir || ".")
|
||||
CONFIG['RUBY_INSTALL_NAME'] = $install_name if $install_name
|
||||
CONFIG['RUBY_SO_NAME'] = $so_name if $so_name
|
||||
$defout = open($output, 'w') if $output
|
||||
$stdout = open($output, 'w') if $output
|
||||
}
|
||||
|
||||
gsub!(/@(\w+)@/) {CONFIG[$1] || $&}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue