Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
parse error in pre3
- X-seq: zsh-workers 1699
- From: Roderick Schertler <roderick@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: parse error in pre3
- Date: Thu, 18 Jul 1996 14:20:34 -0400
- Sender: roderick@xxxxxxxxxx
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