From: bzinger AT iname DOT com ("Micheal A. Benzinger") Subject: Re: bash 2.01/cygwin.dll problems 7 Sep 1997 19:56:33 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <3.0.3.32.19970905201252.00915100.cygnus.gnu-win32@pop.flash.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: bzinger AT pop DOT flash DOT net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Original-To: Tibor Polgar , gnu-win32 AT cygnus DOT com In-Reply-To: <340CD528.35EB6F1@alteon.com> Original-Sender: owner-gnu-win32 AT cygnus DOT com Tibor, You need to ensure that your .bashrc and .vimrc are UNIX like files and not DOS. That is, each line must be terminated only by a line feed, not a CR/LF as in DOS. This should fix your problems. A command such as this will do the trick: tr -d '\\r' < .bashrc > .bashrc.tmp If the text looks funny in Notepad, then the command succeeded. Mike At 08:10 PM 9/2/97 -0700, 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$ > >Any suggestions? > >-- >Tibor Polgar Alteon Networks >tibor AT alteon DOT com 6351 San Ignacio Ave. >(408)360-5522 San Jose, CA 95119 >- >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". > > - 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".