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


Groups > gnu.bash.bug > #14742 > unrolled thread

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

Started byDavide Brini <dave_br@gmx.com>
First post2018-10-29 11:45 +0100
Last post2018-10-29 11:45 +0100
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

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

FromDavide Brini <dave_br@gmx.com>
Date2018-10-29 11:45 +0100
SubjectRe: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal
Message-ID<mailman.2993.1540809970.1284.bug-bash@gnu.org>
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.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web