Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ksh Emulation Not Clearing Envariables
- X-seq: zsh-workers 19923
- From: Chris Jepeway <jepeway@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: ksh Emulation Not Clearing Envariables
- Date: Tue, 11 May 2004 16:52:21 -0400
- In-reply-to: <Pine.LNX.4.44.0405111306180.13856-100000@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.LNX.4.44.0405111306180.13856-100000@xxxxxxxxxxxxxxxxxx>
[It's almost time to move this to zsh-workers.]
Done.
"Variable assignments specified with" refers to this:
It's outside, put into the environment before the [built-in] is
called.
Thanks. Chet & the spec have set me straight, here, too.
E.g.
CDPATH=
CDPATH=/tmp cd foo
echo $CDPATH
should output "/tmp", because "cd" is a special built-in.
Just to be silly, I'll point out that "cd" doesn't
appear on the list of special built-ins at
http://www.opengroup.org/onlinepubs/009695399/idx/sbi.html
which is referenced from the section describing the sbi's at
http://www.opengroup.org/onlinepubs/009695399/utilities/
xcu_chap02.html#tag_02_14
An oversight?
Bart Shaefer
Chris.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author