cc: [EMAIL PROTECTED]
Subject: Re: [ast-developers] Bug with  ${ command;} in here docs
--------

> 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
> 

Thanks, this will be fixed in the next update.

David Korn
[EMAIL PROTECTED]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to