flatten command so env vars like LD can themselves be lists
This commit is contained in:
parent
fdd21754d1
commit
16918570d2
@ -48,6 +48,7 @@ module Rscons
|
|||||||
end
|
end
|
||||||
|
|
||||||
def execute(short_desc, command)
|
def execute(short_desc, command)
|
||||||
|
command = command.flatten
|
||||||
if @echo == :command
|
if @echo == :command
|
||||||
puts command.join(' ')
|
puts command.join(' ')
|
||||||
elsif @echo == :short
|
elsif @echo == :short
|
||||||
|
Loading…
x
Reference in New Issue
Block a user