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

2020-07-18 Thread Oğuz
19 Temmuz 2020 Pazar tarihinde Chet Ramey yazdı: > On 7/18/20 1:38 AM, Oğuz wrote: > > See: > > > > $ set +k -o posix > > $ echo foo=~:~ > > foo=~:/home/oguz > > > > If I'm not misreading the standard `foo=~:~' should be printed > > verbatim, all shells I have except bash does so. > >

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

2020-07-18 Thread Chet Ramey
On 7/18/20 1:38 AM, Oğuz wrote: > See: > > $ set +k -o posix > $ echo foo=~:~ > foo=~:/home/oguz > > If I'm not misreading the standard `foo=~:~' should be printed > verbatim, all shells I have except bash does so. Thanks for the report. This one has been around since bash-3.1. Chet