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:
parent
0eea0bf571
commit
4a14c9ceb9
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -82,7 +82,6 @@ end
|
|||
$orgerr = $stderr.dup
|
||||
$orgout = $stdout.dup
|
||||
def xsystem command
|
||||
Config.expand(command)
|
||||
if $DEBUG
|
||||
puts command
|
||||
return system(command)
|
||||
|
|
Loading…
Add table
Reference in a new issue