Closed sbinet closed 10 years ago
if a wscript or a task carefully crafts a ctx.env.env environment, this is dropped on the floor and the worch tasks (and wafutil.exec_command) won't pick it up.
wscript
ctx.env.env
wafutil.exec_command
this patch tries to properly honor ctx.env.env and falls back on os.environ otherwise.
os.environ
if a
wscript
or a task carefully crafts actx.env.env
environment, this is dropped on the floor and the worch tasks (andwafutil.exec_command
) won't pick it up.this patch tries to properly honor
ctx.env.env
and falls back onos.environ
otherwise.