cc: [email protected] 
Subject: Re: [ast-developers] ksh regression
--------

> Hi,
> 
> we've found regression in ksh 2010-12-01 and 2010-12-12 vs. 2010-11-22 and 
> older versions.
> 
> Following command:
> 
> ksh -c 'A=""; B="B"; for I in $...@]} $...@]}; do echo "\"$I\""; done'
> 
> Produces
> 
> "B"
> 
> 

I was wrong about my assessment in my previous e-mail.  This is a bug
that was recently introduced.  I focused on the echo "\"$I\"", without
realizing that $...@]} will be ignored when A has no elements.

Thanks.  the next update will contain the fix.  Let me know if you
need it sooner.

David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to