On Mon, 29 Oct 2018 11:40:54 +0100, Ricky Tigg <ricky.t...@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.

Reply via email to