From 0d95887b867eb8f32a1b255ee571bf80ea89a9e8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Jul 2003 14:29:35 +0000 Subject: * ext/configsub.rb: $defout is obsolete. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/configsub.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/configsub.rb b/ext/configsub.rb index 47689d7ec0..15d9a2e3d3 100644 --- a/ext/configsub.rb +++ b/ext/configsub.rb @@ -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] || $&} -- cgit v1.2.3