From: jqb@netcom.com (Jim Balter)
Subject: Re: rebuilding for MIPS cross-compile
5 Apr 1997 17:25:28 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3346E737.7BF4.cygnus.gnu-win32@netcom.com>
References: <199704050509.PAA17283@mundook.cs.mu.OZ.AU>
X-Mailer: Mozilla 3.01Gold (WinNT; I)
MIME-Version: 1.0
Original-To: Fergus Henderson <fjh@cs.mu.oz.au>
Original-CC: Scott Mintz <Scott.Mintz@po.cle.ab.com>, gnu-win32 <gnu-win32@cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Original-Sender: owner-gnu-win32@cygnus.com

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".
