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
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
2 matches
Mail list logo