This fails in 93t:
------------------------
#! /usr/bin/ksh
S=( typeset a )
function S.a.get
{
.sh.value=$__a
}
__a=1234
print ${S.a} # OK
cat <<EOF
${S.a}
EOF
------------------------
The print statement is executed correctly, but the substitution in the
here-doc produces an error message:
./t0: line 14: 1234: bad substitution
Regards,
Bernd
--
Bernd Eggink
[EMAIL PROTECTED]
http://sudrala.de
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers