Re: bash-4.0 regression: escaping of semicolons in subshell

2009-02-22 Thread Mike Frysinger
On Sunday 22 February 2009 16:16:57 Chet Ramey wrote: > Mike Frysinger wrote: > > bash-4.0 mishandles this code while bash-3.2_p48 and earlier work fine: > > echo $(echo \;) > > Try the attached patch. seems to work, thanks -mike signature.asc Description: This is a digitally signed message part

Re: bash-4.0 regression: escaping of semicolons in subshell

2009-02-22 Thread Chet Ramey
Mike Frysinger wrote: > bash-4.0 mishandles this code while bash-3.2_p48 and earlier work fine: > echo $(echo \;) Try the attached patch. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/ *** ../bash-4