Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
variable problem
- X-seq: zsh-workers 5945
- From: Thomas Ziehmer <ziehmer@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: variable problem
- Date: Thu, 25 Mar 1999 18:08:42 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Hallo,
I got into the following problem (only tested on zsh-3.1*)
thomas@digger [thomas]> a='echo x'
thomas@digger [thomas]> echo $a
echo x
thomas@digger [thomas]> $a
zsh: command not found: echo x
The correct output would be 'x'. I get the correct output in other shells
(sh,ksh,bash).
Regards
Thomas Ziehmer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author