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

2020-07-17 Thread Oğuz
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. This is reproducible on 5.1 alpha too. Oğuz

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?

2020-07-17 Thread Andreas Schwab
On Jul 17 2020, Chet Ramey wrote: > So Greg's advice is appropriate: find out why bison is looking for that > file, It is one of its installed files used during runtime. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?

2020-07-17 Thread Chet Ramey
On 7/17/20 11:58 AM, Humanities Clinic wrote: > Dear Mr/Ms Chet Ramey > > Thank you for your response. > > Just to confirm if I got your reply right, are you saying that y.tab.c is > part of bison, and not the bash source code? No. y.tab.c is the output of bison run on a parser description file.

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?

2020-07-17 Thread Humanities Clinic
Dear Mr/Ms Chet Ramey Thank you for your response. Just to confirm if I got your reply right, are you saying that y.tab.c is part of bison, and not the bash source code? Regards, Chai On Fri, Jul 17, 2020 at 10:22 PM Chet Ramey wrote: > On 7/17/20 10:10 AM, Humanities Clinic wrote: > > Ok not

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?

2020-07-17 Thread Chet Ramey
On 7/17/20 10:10 AM, Humanities Clinic wrote: > Ok noted. > > By the way, I do have another related problem. Can you help me with it? > > When I run make (I run it with the -i option), I see the following > output for the first invoked command: > > bison -y -d ./parse.y > > ./parse.y: warning:

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?

2020-07-17 Thread Greg Wooledge
On Fri, Jul 17, 2020 at 10:10:21PM +0800, Humanities Clinic wrote: > When I run make (I run it with the -i option), I see the following > output for the first invoked command: > > bison -y -d ./parse.y > > ./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] > > bison: /usr/local/Cellar/

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?

2020-07-17 Thread Humanities Clinic
Ok noted. By the way, I do have another related problem. Can you help me with it? When I run make (I run it with the -i option), I see the following output for the first invoked command: bison -y -d ./parse.y ./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] bison: /usr/local/Cellar