Discussion:
[ast-developers] 'compound c; compound -a c.c=( [4][5]=(integer i=5)); c.c=(); print -v c' again does not work
Cedric Blancher
2013-08-30 02:05:28 UTC
Permalink
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 <cedric.blancher at gmail.com>
Institute Pasteur
Loading...