-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Ralf Wildenhues on 9/29/2008 1:32 PM:
>> Propagate effects of putenv/setenv/unsetenv to child processes.
>> * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
>> * lib/pipe.c (create_pipe): Likewise.
>
> Nice! Do
Hi Bruno,
* Bruno Haible wrote on Mon, Sep 29, 2008 at 03:26:42PM CEST:
> This changes execute() and create_pipe_*() so that they pass the environment
> 'environ' to child processes, like on Unix.
>
> 2008-09-29 Bruno Haible <[EMAIL PROTECTED]>
>
> Propagate effects of putenv/setenv/unse
This changes execute() and create_pipe_*() so that they pass the environment
'environ' to child processes, like on Unix.
2008-09-29 Bruno Haible <[EMAIL PROTECTED]>
Propagate effects of putenv/setenv/unsetenv to child processes.
* lib/execute.c (execute): Use spawnvpe instead of