From: mellon@fugue.com (Ted Lemon)
Subject: Re:
30 Oct 1996 17:42:59 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199610301609.IAA08340.cygnus.gnu-win32@toccata.fugue.com>
Original-To: Sean McNeil <mcneils@applique.sedd.trw.com>
Original-cc: dimm@VNET.IBM.COM, gnu-win32@cygnus.com
In-reply-to: Your message of "Tue, 29 Oct 1996 09:18:00 PST."
             <199610291718.JAA22975@app006221.sedd.trw.com> 
Original-Sender: owner-gnu-win32@cygnus.com


> Hmm... one of the things I tried was to add . to the path in bash (not
> under dos) as
> 
> export PATH=.:$PATH
> 
> This didn't have any affect.

/bin needs to be the first thing in your path.  So you fixed one
thing, but broke another (don't be too embarrassed - I did the same
thing when I was debugging this problem).  Put /bin first in your
path, and . later in your path, and it should all work.  You do have a
copy of bash in /bin, right?

			       _MelloN_
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
