mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-25 10:07:32 +08:00
Call find_exec with the FE_NNF flag to enforce a NULL return when the executable isn't found in $PATH. Convert NULL to "". This aligns spawnvp and spawnvpe with execvp and execvpe.