summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-17 20:37:25 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-17 20:37:25 +0000
commit4a14c9ceb901697ab4c0a6b3730337ec4ef1133c (patch)
tree21059b24e6696474351e07093f788113717577ff /ext
parent0eea0bf571f7830e5c49c00df0431c4e8b4a789c (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/extmk.rb.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in
index fa3921c2c2..9e454cc429 100644
--- a/ext/extmk.rb.in
+++ b/ext/extmk.rb.in
@@ -82,7 +82,6 @@ end
$orgerr = $stderr.dup
$orgout = $stdout.dup
def xsystem command
- Config.expand(command)
if $DEBUG
puts command
return system(command)