Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
uppercase inheritance
- X-seq: zsh-users 2762
- From: Norman.Azadian@xxxxxxxxxxxx
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: uppercase inheritance
- Date: Fri, 10 Dec 1999 16:41:26 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
I've tried this under version 3.1.6 (on HP-UX version 11.0):
= typeset -u -x aaa=bbb
= echo $aaa
BBB
= zsh
= echo $aaa
bbb
=
Am I missing something, or has ZSH neglected to pass on the uppercase
property to the subshell? I get the same results when the HP posix sh is
the subshell. When I do the entire experiment with sh, I get the expected
results ($aaa is always BBB).
I wasn't able to find a buglist, so I'm noting this here. If there is a
buglist, please point me at it. Thanks.
NHA
norman.azadian@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author