Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
funny behaviour of print
- X-seq: zsh-users 2196
- From: Gabor Egressy <gabor@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: funny behaviour of print
- Date: Tue, 2 Mar 1999 19:29:48 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
I get weird behaviour with print. If I print a variable which is
something like below, I get a complaint from it.
=== $ echo $CTAGS
--langmap=c:.c.ec.y.l --c-types=cdefgmnstuvx --kind-long=yes
=== $ print $CTAGS
zsh: bad option: -a
zsh: exit 1
=== $ print --------l hello world
hello
world
=== $
Is this a bug? It certainly is unexpected behaviour.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author