Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
exporting arrays
- X-seq: zsh-workers 3202
- From: Bernd Eggink <eggink@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: exporting arrays
- Date: Wed, 04 Jun 1997 20:54:18 +0200
- Organization: Regionales Rechenzentrum der Uni Hamburg
- Sender: rz2a022@xxxxxxxxxxxxxxxxxx
This message, too, semms to have gone to /dev/null the first time...
Excuse me if this is a stupid question, but why can't arrays be
exported?
ar=(x y z)
export ar
export
zsh
"ar" shows up in the list, but in the following 'zsh'-invocation it is
unset. Is this intentional? I didn't find any restrictions mentioned in
the manual.
--
Bernd Eggink
Regionales Rechenzentrum der Universitaet Hamburg
eggink@xxxxxxxxxxxxxxxxxx
http://www.rrz.uni-hamburg.de/eggink/BEggink.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author