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
|
||||
|
||||
def execute(short_desc, command)
|
||||
command = command.flatten
|
||||
if @echo == :command
|
||||
puts command.join(' ')
|
||||
elsif @echo == :short
|
||||
|
Loading…
x
Reference in New Issue
Block a user