cc: [email protected] Subject: Re: [ast-developers] ksh regression --------
> Following command: > > ksh -c 'A=""; B="B"; for I in $...@]} $...@]}; do echo "\"$I\""; done' > > Produces > > "B" > > on 2010-11-22 and older, but > > "" > "B" > > on 2010-12-01 and 2010-12-12 > > > Michal > 2010-12-01 and 2010-12-12 look correct since the double quotes are explicit and should appear on each. David Korn [email protected] _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
