On Nov 20 09:48, Christian Franke wrote: > execvp() and the other 'p' variants of exec run programs also from > current directory even if '.' is not in the PATH.
If Cygwin doesn't find the executable in $PATH, the string is used literally when calling spawn_guts, which in turn converts the incoming path to an absolute Windows path, which obviously works fine. This is a bug and the fix is easy, but it's not a regression, so we should better stick to it until after 1.7.1. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple