Script started on Fri 06 Aug 2010 06:03:04 PM EDT $ cat kshtest3 #!/opt/ast/bin/ksh
typeset -T ctype=(typeset yyyy) ctype -a c integer xxx=0 c[xxx].yyyy=AB $ env - /opt/ast/bin/ksh ./kshtest3 ./kshtest3: line 6: yyyyBAB: is not an element of c[0] $ $ /opt/ast/bin/ksh --version version sh (AT&T Research) 93t+ 2010-06-21 $ uname -a Linux elided 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC 2010 x86_64 GNU/Linux $ Script done on Fri 06 Aug 2010 06:03:44 PM EDT The failure is sensitive to the lengths of the names 'xxx' and 'yyyy', and of 'AB'. It also occurs with the latest binary release, 93t+ 2010-03-05. I do not see this failure with the same shell version on 64-bit OS X. I haven't tried other platforms. -- Kevin Schoedel <[email protected]> VA3TCS _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
