diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/extmk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |
