rebuilding for MIPS cross-compile
Fergus Henderson
fjh@cs.mu.OZ.AU
Fri Apr 4 21:47:00 GMT 1997
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 <fjh@cs.mu.oz.au> | "I have always known that the pursuit
WWW: < http://www.cs.mu.oz.au/~fjh > | of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3 | -- the last words of T. S. Garp.
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list