On 4/3/15 8:40 PM, Eduardo A. Bustamante López wrote:
> Hello Chet,
> 
> You introduced a regression:
> 
> [dual...@ma.sdf.org /tmp/tmp.ps6HXrLSZX/devel-]$ ./bash -c 'typeset -i x; 
> x=([0]=1+1); echo "$x"'
> 1+1
> 
> vs
> 
> dualbus@yaqui ~ % bash -c 'typeset -i x; x=([0]=1+1); echo "$x"' 
> 2

Thanks, it's an easy fix.

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