Broken parse on `'${'`

2005-07-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Configuration Information [Automatically generated, do not change]: Machine: i686 OS: cygwin Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686' - -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin' -DCONF_VENDOR='pc' - -

Re: Broken parse on `'${'`

2005-07-07 Thread Lev Bishop
On 07/07/05, Eric Blake wrote: > zsh$ bash > bash$ echo `echo '${'` > > > # Hmm - I was just incorrectly presented PS2, asking to try to continue > what bash thought was an incomplete ${ variable substitution Actually, this is a bad example, because even if bash did parse correctly, there would b

Re: Broken parse on `'${'`

2005-07-07 Thread Igor Pechtchanski
On Thu, 7 Jul 2005, Lev Bishop wrote: > On 07/07/05, Eric Blake wrote: > > > zsh$ bash > > bash$ echo `echo '${'` > > > > > # Hmm - I was just incorrectly presented PS2, asking to try to continue > > what bash thought was an incomplete ${ variable substitution > > Actually, this is a bad example,

Re: Broken parse on `'${'`

2005-07-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lev Bishop on 7/7/2005 9:50 PM: >>bash$ echo `echo '${'` >> > > Actually, this is a bad example, because even if bash did parse > correctly, there would be still an incomplete ${ substitution for the > outer echo No, because by POSIX XCU

Re: Broken parse on `'${'`

2005-07-09 Thread Chet Ramey
Eric Blake wrote: > Repeat-By: > zsh$ echo `echo '${'` > ${ > zsh$ bash > bash$ echo `echo '${'` > > # Hmm - I was just incorrectly presented PS2, asking to try to continue > what bash thought was an incomplete ${ variable substitution > > Fix: >unknown Thanks for the report. This has been

Re: Broken parse on `'${'`

2005-07-11 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Chet Ramey on 7/9/2005 12:29 PM: > >>Repeat-By: >>zsh$ echo `echo '${'` >>${ >>zsh$ bash >>bash$ echo `echo '${'` >> >># Hmm - I was just incorrectly presented PS2, asking to try to continue >>what bash thought was an incomplete ${ variab

Re: Broken parse on `'${'`

2005-07-11 Thread Chet Ramey
Eric Blake wrote: > According to Chet Ramey on 7/9/2005 12:29 PM: > Repeat-By: zsh$ echo `echo '${'` ${ zsh$ bash bash$ echo `echo '${'` # Hmm - I was just incorrectly presented PS2, asking to try to continue what bash thought was an incomplete ${ variable substitu