Re: Minor mistake in Bash manual

2019-03-13 Thread Chet Ramey
On 3/12/19 4:26 PM, Todd Lehman wrote: > On Tue, 12 Mar 2019, Chet Ramey wrote: >> On 3/11/19 4:55 PM, Todd Lehman wrote: >>> Hi! >>> >>> In the version dated 2019-Jan-07, I noticed the following mistake in the >>> GNU Bash manual: >>> >>> | Associative arrays are created using >>> | declare -A nam

Re: unset IFS and ${v=$*} CTLNUL leakage

2019-03-13 Thread Chet Ramey
On 3/8/19 6:09 PM, Grisha Levit wrote: > A few more that produce \177 in the output, though I'm not sure if > these have defined output: > > $ IFS=$' \t\n' # or any other IFS > $ set -- '' > $ recho ${v= "$*" } > <$'\177'> > > $ IFS='' > $ set -- '' '' > $ recho ${v=