Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ksh Emulation Not Clearing Envariables
- X-seq: zsh-users 7439
- From: Chris Jepeway <jepeway@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: ksh Emulation Not Clearing Envariables
- Date: Sat, 8 May 2004 20:41:18 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I ran into some trouble with ksh emulation when trying to get zsh
to work with a ksh88 script. Here's a smallish test case that
illustrates the problem:
emulate ksh
function e {
env | egrep ^X
}
X=one e <<-EEK
Oy
EEK
e
I'd expect the output to be
X=one
Instead, I see
X=one
X=one
Without ksh emulation enabled, I see the expected output.
This, with zsh-4.2.0.
This is a bug, right? If so, should I file a report @ sourceforge.net?
Chris <jepeway@xxxxxxxxxxxxxxxxx>.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author