Re: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode

2020-07-19 Thread Chet Ramey
On 7/19/20 1:47 AM, Oğuz wrote: > By the way, > wouldn't it be better if the same tilde expansion rules as with assignment > statements was applied to parameter expansions that assign default values? > Like, > >     unset foo >     echo ${foo=~:~otheruser} > > assigns `/home/oguz:~otheruser' to `

'foo > >(bar)' doesn't set $! for external foo not invoked via 'command'

2020-07-19 Thread Rusty Bird
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr

Re: 'foo > >(bar)' doesn't set $! for external foo not invoked via 'command'

2020-07-19 Thread Oğuz
19 Temmuz 2020 Pazar tarihinde Rusty Bird yazdı: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -O2 -g -pipe -Wall -Werror=format-security > -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexception

Re: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode

2020-07-19 Thread Oğuz
19 Temmuz 2020 Pazar tarihinde Chet Ramey yazdı: > On 7/19/20 1:47 AM, Oğuz wrote: > > By the way, > > wouldn't it be better if the same tilde expansion rules as with > assignment > > statements was applied to parameter expansions that assign default > values? > > Like, > > > > unset foo > >

RE: Issue with Bash

2020-07-19 Thread Rishita Saha16
Hi All, From what we have found out, it does not seem like the signal is SIGTTOU. We are working to find out more about it. Meanwhile, any insight would be helpful. Thanks and Regards, Rishita Saha - Original message - From: Chet Ramey To: "CHIGOT, CLEME