Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: uppercase inheritance
- X-seq: zsh-users 2763
- From: Nemeth Ervin <airwin@xxxxxxxxxx>
- To: Norman.Azadian@xxxxxxxxxxxx
- Subject: Re: uppercase inheritance
- Date: 10 Dec 1999 16:47:02 +0100
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: Norman.Azadian@xxxxxxxxxxxx's message of "Fri, 10 Dec 1999 16:41:26 +0100"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <894F73B43295D211B7B20000F807EA88ED80D0@xxxxxxxxxxxxxxxxxxx>
- Sender: airwin@xxxxxxxxxx
>>>>> Norman Azadian writes:
> 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
> =
Yes, I had the same problems, and though I'm not a zsh-developer, I think I
know why this happens: typeset automatically localizes your variable, and at
least in 3.0.x I haven't found any workaround for this problem.
--
____ ____________________________________________________
/____| NEMETH, ERVIN |____________________________________________________|
// < airwin @ inf.bme.hu > http://www.inf.bme.hu/~airwin
||
|| "Nonsense. All you have to do is say 'Engage'"
|| -- Patrick Stewart about warp theory
Messages sorted by:
Reverse Date,
Date,
Thread,
Author