Re: $() parsing still broken

2009-09-19 Thread Chet Ramey
Christian Weisgerber wrote: > Even in the latest bash, 4.0.33, $() parsing is still broken: > > $ bash -c 'echo $(echo \|)' > bash: -c: line 0: unexpected EOF while looking for matching `)' > bash: -c: line 1: syntax error: unexpected end of file > > And yes, this is bash built with GNU bison, no

Re: $() parsing still broken

2009-09-19 Thread Christian Weisgerber
Andreas Schwab: > > Even in the latest bash, 4.0.33, $() parsing is still broken: > > > > $ bash -c 'echo $(echo \|)' > > bash: -c: line 0: unexpected EOF while looking for matching `)' > > bash: -c: line 1: syntax error: unexpected end of file > > This has been fixed with patch 1, are you sure y