cc: [email protected] Subject: Re: Re: [ast-users] [ksh93] `alias not found' for `arr=( a b )' --------
> $ unset arr > $ typeset -C arr=( aa bb cc dd ) > $ typeset -p arr > typeset -a arr=([1]=bb [2]=cc [3]=dd) > $ > This is a bug. The code was treating -C the same as default. David Korn [email protected] _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
