Re: Setting nullglob causes variables containing backslashes to be expanded to an empty string

2019-08-07 Thread Chet Ramey
On 8/6/19 2:18 PM, Mohamed Akram wrote: > Bash version: GNU bash, version 5.0.7(1)-release (x86_64-apple-darwin18.5.0) > > Example: > > shopt -s nullglob > a='\x30' > echo $a > > Expected output: > > \x30 > > Actual output: Yes. Bash-5.0 changed so that backslashes in patterns are special cha

Re: Async processes started in functions not reliably started

2019-08-07 Thread Steffen Nurpmeso
Hello. Steffen Nurpmeso wrote in <20190806142527.9hs0i%stef...@sdaoden.eu>: |Robert Elz wrote in <26245.1565045...@jinx.noi.kre.to>: ||Date:Mon, 05 Aug 2019 14:05:43 +0200 ||From:Steffen Nurpmeso ||Message-ID: <20190805120543.bf9-u%stef...@sdaoden.eu> .. ||The s