On Wed, Apr 02, 2003 at 12:25:58PM +0000, Pratab Ali wrote: > Hello, > > Have been using a much older version of cygwin till now without any > problems. > > It has come to our attention that exporting environment variables in the > bash shell may be broken. > > scenario: > > $> cd myappdir > $> export DevOS=WINNT > $> make > > make is called in a dir which contains a "makefile" file. makefile uses the > DevOS environment variable, which according to this version of cygwin is > blank (does not exist). This is where the old cygwin had no issues.
Latest bash and cygwin: $ export DevOS=WINNT $ env|grep OS DevOS=WINNT Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/