Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: env variables
- X-seq: zsh-workers 3910
- From: Nik Gervae <Nik@xxxxxxx>
- To: "Timothy Doyle" <tdoyle@xxxxxxx>
- Subject: Re: env variables
- Date: Thu, 30 Apr 1998 16:01:01 -0700
- Cc: <zsh-workers@xxxxxxxxxxxxxxx>
- In-reply-to: <004e01bd747a$78f97b50$80ac2ac0@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- References: <004e01bd747a$78f97b50$80ac2ac0@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: Nik Gervae <nik@xxxxxxx>
> The problem seems to be that certain programs do not recognize the existence
> of certain environment variables. The programs are CVS, man, and JDK javac,
> and the variables are CVSROOT, MANPATH, and CLASSPATH respectively. I had
> forgotten about the problem until I just recently changed shells at my new
> job (from csh to zsh), effectively disabling both man and javac. The
> problem seems to be with variables previously (in csh) set with setenv.
I've had this problem with the lowercase "cdpath" environment variable
too. A program here at work looks for it and under zsh it comes back
null. CDPATH exists, of course, but the program I mention doesn't look
for that....
--Nik
Nothing is easy.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author