summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-04 16:27:19 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-04 16:27:19 +0000
commit70fa7705dc9ec7ca7807971a4312923555deccb0 (patch)
tree4a9b15c4a45a017fec7da2d9bf78b9880578e86c /ext
parent79096829406349429b32054133ab178d55ed84f1 (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/extmk.rb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in
index e31626336a..b1eab87a03 100644
--- a/ext/extmk.rb.in
+++ b/ext/extmk.rb.in
@@ -421,7 +421,7 @@ TARGET = #{target}
DLLIB = $(TARGET).#{$static ? $LIBEXT : "@DLEXT@"}
RUBY = #{ruby_interpreter} -I$(topdir) -I$(hdrdir)/lib
-RM = $(RUBY) -r ftools -e "File::rm_f *Dir[ARGV.join ' ']"
+RM = $(RUBY) -r ftools -e 'File::rm_f(*Dir[ARGV.join(" ")])'
EXEEXT = @EXEEXT@