Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14742 > unrolled thread
| Started by | Davide Brini <dave_br@gmx.com> |
|---|---|
| First post | 2018-10-29 11:45 +0100 |
| Last post | 2018-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.
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
| From | Davide Brini <dave_br@gmx.com> |
|---|---|
| Date | 2018-10-29 11:45 +0100 |
| Subject | Re: 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.
Back to top | Article view | gnu.bash.bug
csiph-web