Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14742

Re: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal

From Davide Brini <dave_br@gmx.com>
Newsgroups gnu.bash.bug
Subject Re: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal
Date 2018-10-29 11:45 +0100
Message-ID <mailman.2993.1540809970.1284.bug-bash@gnu.org> (permalink)
References <CAM_8-CjzL77M=XjQCNKHrXpqiAZk172UjaLjAEksJuMLgzGvRQ@mail.gmail.com>

Show all headers | View raw


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.

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal Davide Brini <dave_br@gmx.com> - 2018-10-29 11:45 +0100

csiph-web