Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: uppercase inheritance



>>>>> 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