rebuilding for MIPS cross-compile

Jim Balter jqb@netcom.com
Sat Apr 5 16:02:00 GMT 1997


Fergus Henderson wrote:

> Try
> 
>       bash$ FOO=hello echo $FOO

What are you expecting that to do?  $FOO gets evaluated when the
line is read, before FOO is set, on *any* system.  Try instead
bash$ FOO=hello; echo $FOO; unset FOO

--
<J Q B>
-
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