[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature Change Request
From: |
pesarif |
Subject: |
Re: Feature Change Request |
Date: |
Tue, 13 Nov 2001 20:41:37 +1100 |
On Tue, 6 Nov 2001 03:23, Chet Ramey wrote:
> > I just upgraded from Linux-Mandrake 7.2 to 8.0 (Pentium-optimised
> > distribution, which uses their own cooked gcc).
> > This resulted in bash being "upgraded" from 2.0.4.12 to 2.0.4.18.
> >
> > I notice a new "feature" that I really dislike (sorry): If the last line
> > of output from a program doesn't have a newline, bash overwrites it.
> >
> > To illustrate my point, typing "echo -n Hello" in 2.0.4.12 gives (or
> > something similar -- I don't have bash 2.0.4.12 anymore):
> > Hello[root@tux350 /root]#
> >
> > In 2.0.4.18:
> > [root@tux350 /root]#
> >
> > This new "feature" (or bug :)) really ruins some of my programs as the
> > last line of output "disappears" just because I didn't append a newline
> > to the output (and sometimes because of the nature of the program, I
> > don't want to append a newline).
> >
> > Please revert this behaviour back to that of 2.0.4.12 i.e.
> > "Hello[root@tux350 /root]#" instead of "[root@tux350 /root]#".
>
> Look at your $PS1. It might have a leading carriage return.
[root@tux350 /root]# echo -e My PS1 is \"$PS1\"...
My PS1 is "[\u@\h \W]\$ "...
[root@tux350 /root]#
I don't think it does (see above).
Should I perhaps, post to the mandrake user mailinglist list?
Thanks,
pesarif