Hi,

 $ ksh -c 'typeset -i x=1; x+=1 command eval echo \$x'
1

This was recently fixed in Bash, so I noticed the regression in ksh. IIRC it 
worked in previous recent ksh versions.

 $ ~/doc/programs/bash43 -c 'typeset -i x=1; x+=1 command eval echo \$x'
2

-- 
Dan Douglas
_______________________________________________
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to