Incomplete environ when running MinGW apps?

Paul Leder sa212+mingw@cyconix.com
Thu Feb 7 18:04:00 GMT 2008


Hmm. I think you're right; I need to give up looking for a robust way to 
do this. I think I'll:

if(
    (system(uname) looks sane) &&
    (system(cygpath -m /bin/sh) returns success))
      use CreateProcess with /bin/sh path returned by cygpath;
  else
      use CreateProcess with cmd.exe /c

And I'll need to test it when run from a DOS box, with Cygwin's bin in 
the path.

That should keep most of the people happy most of the time. Who can ask 
for more from Windows?  :)

Thanks

-Paul

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list