Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh -n and modules
- X-seq: zsh-workers 18054
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: zsh -n and modules
- Date: Sun, 5 Jan 2003 15:13:12 -0500
- Cc: 175467@xxxxxxxxxxxxxxx, joy@xxxxxxxxxx, bnelson@xxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
If you run zsh -n on a script which uses zsh/mathfunc, zsh will
not exec zmodload, and thus not be aware of new math syntax.
> monkey % zsh -n =vux
> /usr/bin/vux:766: unknown function: int
> /usr/bin/vux:784: bad math expression: operator expected at `h'
Is an EXEC_ZMODLOAD option in order?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author