On Sun, Sep 14, 2008 at 01:14:50PM +0200, Bernd Eggink wrote:
> This causes a memory fault under Linux
> 
>     typeset -T X_t=( typeset name=aha )
>     typeset -a[X_t] arr

There are some more problems

Try

   typeset -T x=(typeset y=z)
   x=y
   typeset -T x=(typeset y=z)


     Werner

-- 
  "Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool." -- Edward Burr
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to