Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: env variables
- X-seq: zsh-workers 3913
- From: Nik Gervae <Nik@xxxxxxx>
- To: mason@xxxxxxxxxxxxxxx
- Subject: Re: env variables
- Date: Fri, 1 May 1998 13:44:03 -0700
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <slrn6kk9m5.dqb.mason@xxxxxxxxxxxxxxxxxxxxx>
- References: <slrn6kin04.o5h.mason@xxxxxxxxxxxxxxxxxxxxx> <199805011721.KAA21663@xxxxxxxxxxxx> <slrn6kk9m5.dqb.mason@xxxxxxxxxxxxxxxxxxxxx>
- Reply-to: Nik Gervae <nik@xxxxxxx>
> Arrays aren't exported, because there's no standard or de facto method of
> exporting arrays, so nothing would understands them. Only strings are
> exported. From your example, CDPATH is a string, cdpath is an array.
Hmm. That sounds slightly fishy in that csh happily exports array
variables, but then csh is bogus in so many ways.... I've managed
to get access to the source code for the program that's causing me
the trouble, though, so I'll just fix that!
--Nik
Messages sorted by:
Reverse Date,
Date,
Thread,
Author