Re: Minor 'help' defect.

2018-05-03 Thread Chet Ramey
On 5/2/18 5:06 PM, th...@vmware.com wrote: > > I'd like to report the minor issue that the 'help builtin' command has > an extra '.' at the end of the 'exit status' section. Thanks for the report. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa,

Small fix manual

2018-05-03 Thread Jorge Maldonado Ventura
Missing comma in the following sentence: If the variable exists but does not have a numeric value (or has no value) then the default is 10 It should read: If the variable exists but does not have a numeric value (or has no value)*,* then the default is 10

Re: Small fix manual

2018-05-03 Thread Chet Ramey
On 5/3/18 11:01 AM, Jorge Maldonado Ventura wrote: > Missing comma in the following sentence: > > If the variable exists but does not have a numeric value (or has no > value) then the default is 10 > > It should read: > > If the variable exists but does not have a numeric value (or h

[PATCH] `bind -x' inside `bind -x' bindings causes execution of random strings

2018-05-03 Thread Koichi Murase
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/home/murase/opt/bash-4.4.19/share

Re: [PATCH] A terminating signal has to complete a bash process

2018-05-03 Thread Chet Ramey
On 5/1/18 7:55 PM, Andrei Vagin wrote: >> If it's not obvious, I'm trying to determine whether making this change >> will add any more value than simply exiting (perhaps with a particular >> exit status). > > It will add more value. Without this changes, we will not know whether a > bach process