[diverted to msysgit] On Monday 31 December 2007 12:45, Nguyễn Thái Ngọc Duy wrote: > This is the behavior of spawn* (or at least Wine source does it). > CreateProcess() does not have such assumption.
Hmm... The function mingw_spawnve, dispite its name, is not intended to do this dwimmery. I assume you need this behavior for gitbox. Please have the caller append .exe if it is not present. You can publish and use path_lookup() (as mingw_path_lookup()) and other helpers in its vicinity if that helps. -- Hannes
