Re: new modules execve, execvpe, execvp, execv, execl, execle, execlp

2020-12-27 Thread Jeffrey Walton
On Sat, Dec 26, 2020 at 8:53 AM Bruno Haible wrote: > > ... > All of these problems are fixed with these new Gnulib modules. > Just an FYI in case you have not hit this wall (yet?)... The exec family, posix_spawn and friends are _not_ available on all Apple platforms. Be sure to check availabilit

new modules execve, execvpe, execvp, execv, execl, execle, execlp

2020-12-26 Thread Bruno Haible
Eli Zaretskii wrote in : ... found that the implementation of the exec* family did the following: it started the process that runs the child program, and then immediately exited without waiting for the child to finish. ...