Re: execvp* and spawnvp* react differently to same PATH environment variable

2019-10-09 Thread Peter Dons Tychsen via cygwin
Hi Ken, > I think you're probably right. The use of FE_NNF in execvp* was > introduced in > commit 6d63272b. I suspect it was just an oversight that the spawvp* > functions > weren't changed in the same way. I'll send a patch to the cygwin- > patches list > to fix this. When Corinna returns

Re: execvp* and spawnvp* react differently to same PATH environment variable

2019-10-09 Thread Ken Brown
On 10/7/2019 4:51 PM, donpedro.tdcadsl.dk via cygwin wrote: > Hi all, > > While working on something i noticed that execvp* and spawnvp* behave > differently with regards to $PATH, which i think is not correct. > > -- > > 1) The execvp* functions are