Re: problems with bash and latest readline

2007-01-17 Thread Eric Blake
burning shadow gmail.com> writes: > > After installing latest readline I have problems in bash. I have PS1 > set to '\[\e]0;\u \h:\w\a\]\u \h:\w\$ ' and this gives me prompt with > 1 extra space. If I change PS1 to '\[\e]0;\u \h:\w\a\]\u \h:\w\$', I > get 2 '$' signs in prompt: 'shadow los

Re: problems with bash

2002-02-12 Thread Michael A Chase
This is a general shell script debugging problem, probably not Cygwin specific. I'm a bit nervous about $a and $b not being quoted. If either is absent or empty, the effects could be unexpected. Try to eliminate some of the 2000 lines that aren't causing the problem. "set -x -v" before the if m