Clearing compound arrays doesn't work in ast-ksh.20130829.

I think this has been reported several times.

ksh -c 'compound c; compound -a c.c=( [4][5]=(integer i=5)); c.c=(); print -v c'
(
        typeset -a c
)

This should be
(
    typeset -C -a c
)

Ced
-- 
Cedric Blancher <[email protected]>
Institute Pasteur
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to