Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
typeset question
- X-seq: zsh-workers 3567
- From: Bernd Eggink <eggink@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: typeset question
- Date: Thu, 09 Oct 1997 12:10:18 +0200
- Organization: RRZ Uni Hamburg
- Sender: rz2a022@xxxxxxxxxxxxxxxxxx
I'm confused... These two statements work fine and give the same
results:
typeset x=(a b c)
x=($(cat file))
where file contains the lines
a
b
c
But this one does _not_ work:
typeset x=($(cat file))
Output:
zsh: not an identifier: c)
Am I missing something or is this a bug? If it's a bug, it's there at
least since 3.0.2
Bernd
--
Bernd Eggink
Regionales Rechenzentrum der Uni Hamburg
eggink@xxxxxxxxxxxxxxxxxx
http://www.rrz.uni-hamburg.de/eggink/BEggink.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author