From: morche@sat1.de (Matthias Morche)
Subject: Re: bash 2.01/cygwin.dll problems
6 Sep 1997 22:45:34 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <340FF1DB.BA99C55F.cygnus.gnu-win32@sat1.de>
References: <340CD528.35EB6F1@alteon.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.01 [en] (WinNT; I)
Original-To: Tibor Polgar <tibor@alteon.com>
Original-CC: gnu-win32@cygnus.com
X-Priority: 3 (Normal)
Original-Sender: owner-gnu-win32@cygnus.com

Tibor Polgar wrote:
> In looking through the mail archives i only found one other person
> with my problem with Sergey's update (8/10), namely bash hangs on
> starting less or vim.  It also doesn't want to accept my .bashrc (works
> fine with the b18 bash).
> 
> startup message is:
> 
> bash.exe: d:/tibor/.bashrc: error 0
> bash.exe-2.01$
....

The syntax of bash did slightly change on version 2.x. I remember that I
had to change my .bashrc too. My error resulted from something like
that:

foo () { echo foobar }
=> I recoded:
foo () { echo foobar ; }

Maybe You have to debug Your .bashrc by deleting several lines until it
works and later adding lines util it ceases to work...

Hope this helps, Matthias
-- 
	Matthias Morche (mailto:morche@sat1.de)
		SAT.1 (http://www.sat1.de)

>>> Linux: the greatest adventure game since the invention of the PC <<<
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
