[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in ter
From: |
Davide Brini |
Subject: |
Re: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal |
Date: |
Mon, 29 Oct 2018 11:45:58 +0100 |
On Mon, 29 Oct 2018 11:40:54 +0100, Ricky Tigg <ricky.tigg@gmail.com> wrote:
> Component: bash.x86_64 4.4.23-5.fc29 @fedora
>
> To reproduce,: execute 'curl https://www.startpage.com'.
>
> Actual result:
>
> $ curl https://www.startpage.com
> (...) [yk@localhost ~]$
>
> Expected result:
>
> $ curl https://www.startpage.com
> (...)
> [yk@localhost ~]$
That is most likely because the output of curl does not end with a newline.
Simpler reproducer:
$ printf '%s' hello
hello$
It's not a bash issue IMHO.
--
D.