The new command substitution doesn't work inside a here doc:
function g
{
print $((++n)) $*
}
cat <<EOF
${ g;}
EOF
-ksh: syntax error: ` ' unexpected
Regards,
Bernd
--
Bernd Eggink
[EMAIL PROTECTED]
http://sudrala.de
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers
