From: morche AT sat1 DOT de (Matthias Morche) Subject: Re: bash 2.01/cygwin.dll problems 6 Sep 1997 22:45:34 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <340FF1DB.BA99C55F.cygnus.gnu-win32@sat1.de> References: <340CD528 DOT 35EB6F1 AT alteon DOT 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 Original-CC: gnu-win32 AT cygnus DOT com X-Priority: 3 (Normal) Original-Sender: owner-gnu-win32 AT cygnus DOT 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 AT sat1 DOT 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 AT cygnus DOT com" with one line of text: "help".