Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

parse error in pre3



I've just compiled pre3 and I'm getting an error which I've pared down
to this test case:

    $ cat script
    alias name=anything
    name=($(<nonesuch))
    $ ../zsh -f script
    script: parse error near `)' [2]
    $ uname -a
    dgux junior R4.11MU01 generic AViiON mc88110
    $ _

zsh was compiled with gcc 2.6.3, which is the standard system compiler.
I get the same behavior compiling with -O2 and with -g.  I didn't pass
any other args to configure.

-- 
Roderick Schertler
roderick@xxxxxxxx




Messages sorted by: Reverse Date, Date, Thread, Author