diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-05 02:24:40 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-05 02:24:40 +0000 |
commit | 118d003c92268deb9fdeddb8d5f1056bf21adb0d (patch) | |
tree | 898e46bfd029bc8ce9b5dbe06a34108148a52ed7 /lib | |
parent | 8f65f2f0c286c039cf04fc3da0db5a92d1c641d2 (diff) | |
download | ruby-118d003c92268deb9fdeddb8d5f1056bf21adb0d.tar.gz ruby-118d003c92268deb9fdeddb8d5f1056bf21adb0d.tar.xz ruby-118d003c92268deb9fdeddb8d5f1056bf21adb0d.zip |
* lib/mkmf.rb (xsystem): mkmf.log.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mkmf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index b5f60c56c..db2c1d2d8 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -123,7 +123,7 @@ def xsystem command puts command return system(command) end - logfile = $extmk ? File.join($topdir, 'ext', 'extmk.log') : 'mkmf.rb' + logfile = $extmk ? File.join($topdir, 'ext', 'extmk.log') : 'mkmf.log' $log ||= open(logfile, 'w') $stderr.reopen($log) $stdout.reopen($log) |