Follow-up to Non-expanding here-documents inside command substitution

2017-02-23 Thread Kevin Grigorenko
On February 11th 2017, there was a discussion on the topic of "Non-expanding here-documents inside command substitution are subject to newline joining" where it was confirmed that Bash contains a bug. Two questions: 1. Is there a plan to fix this or should a patch be submitted? 2. Regarding th

Re: Tokenizer problem affecting argument history

2017-02-23 Thread Chet Ramey
On 2/23/17 5:58 AM, e...@tofex.de wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: x86_64-pc-linux-gnu-gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-

Tokenizer problem affecting argument history

2017-02-23 Thread ecki
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: x86_64-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/s

Re: [PATCH] typo in wait.def doc

2017-02-23 Thread Chet Ramey
On 2/23/17 8:56 AM, Nick Pongratz wrote: > Pretty trivial in the grand scheme of things, just wanted to report > that the documentation for wait repeats "a". Thanks for the report. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' -

[PATCH] typo in wait.def doc

2017-02-23 Thread Nick Pongratz
Pretty trivial in the grand scheme of things, just wanted to report that the documentation for wait repeats "a". --- diff --git a/builtins/wait.def b/builtins/wait.def index 974f959b..46e764c5 100644 --- a/builtins/wait.def +++ b/builtins/wait.def @@ -28,7 +28,7 @@ Wait for job completion and retu