1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/extmk.rb.in (xsystem): backout the previous fix which was

bogus.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2001-05-17 20:37:25 +00:00
parent 0eea0bf571
commit 4a14c9ceb9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri May 18 05:36:08 2001 Akinori MUSHA <knu@iDaemons.org>
* ext/extmk.rb.in (xsystem): backout the previous fix which was
bogus.
Fri May 18 05:19:55 2001 Akinori MUSHA <knu@iDaemons.org>
* lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macros

View file

@ -82,7 +82,6 @@ end
$orgerr = $stderr.dup
$orgout = $stdout.dup
def xsystem command
Config.expand(command)
if $DEBUG
puts command
return system(command)