Re: bash-4.0 regression with here documents and multiline subshells

2009-02-26 Thread Mike Frysinger
On Thursday 26 February 2009 17:29:18 Chet Ramey wrote: > Mike Frysinger wrote: > > the documentation shows that for <<< here documents, the word must be > > right after the operator (although it doesnt really spell it out). not > > sure if that should be made explicit and to have bash reject it,

Re: bash-4.0 regression with here documents and multiline subshells

2009-02-26 Thread Chet Ramey
Mike Frysinger wrote: > the documentation shows that for <<< here documents, the word must be right > after the operator (although it doesnt really spell it out). not sure if > that > should be made explicit and to have bash reject it, or to fix up this issue > so > it works again ... > > at