Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: env variables



> 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