This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bash 2.01/cygwin.dll problems


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@alteon.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@cygnus.com" with one line of text: "help".
>
>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]