On 4/3/15 3:55 PM, Eduardo A. Bustamante López wrote:

> Also, while looking at this, I found this:
> 
> dualbus@yaqui ~ % bash -c 'eval \\; echo y'
> y
> dualbus@yaqui ~ % bash -ic 'eval \\; echo y'
> exit
> 
> So, that eval is triggering a yacc_EOF, so that triggers the `exit' in the
> interactive shell.

Thanks for the report.  This one was a trickier fix, since there are two
problems here.  The fix will be in the next release of bash and will show
up on the devel branch soon.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to