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 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".


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