From: fjh AT cs DOT mu DOT OZ DOT AU (Fergus Henderson) Subject: Re: rebuilding for MIPS cross-compile 5 Apr 1997 09:46:02 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199704050509.PAA17283.cygnus.gnu-win32@mundook.cs.mu.OZ.AU> Content-Type: text Original-To: Scott DOT Mintz AT po DOT cle DOT ab DOT com (Scott Mintz) Original-Cc: gnu-win32 AT cygnus DOT com (gnu-win32) In-Reply-To: <00037DFF.1893@po.cle.ab.com> from "Scott Mintz" at Apr 4, 97 03:15:41 pm X-Mailer: ELM [version 2.4 PL24] Original-Sender: owner-gnu-win32 AT cygnus DOT com Scott Mintz wrote: > > The biggest problem by far, is the fact that exporting environment > variables doesn't seem to work correctly. > example: > bash$ foo=hello echo $foo > > bash$ > > I would expect to see: > bash$ foo=hello echo $foo > hello > bash$ Try bash$ FOO=hello echo $FOO and bash$ foo=hello echo $FOO The problem is that cygwin32 converts all environment variables to uppercase. -- Fergus Henderson | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp. - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".