Cedric Blancher
2013-08-30 02:05:28 UTC
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
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 <cedric.blancher at gmail.com>
Institute Pasteur
Cedric Blancher <cedric.blancher at gmail.com>
Institute Pasteur