From 31c1ebc6b5fc56fcf3ecc093ddca12005c64e17e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 3 Apr 2009 03:46:22 +0000 Subject: * ext/extmk.rb: quotes arguments with spaces always. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/extmk.rb b/ext/extmk.rb index 35c7e09128..a18cd38af0 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -575,7 +575,7 @@ if $nmake == ?b end if $command_output message = "echo #{message}" - cmd = [$make, *sysquote($makeflags)].join(' ') + cmd = $makeflags.quote.join(' ') open($command_output, 'wb') do |f| case $command_output when /\.sh\z/ -- cgit v1.2.3