zsh-workers
 help / color / mirror / code / Atom feed
* Anyone noitce problem with SHLVL in 4.2.1 ?
@ 2004-09-13 17:29 Paul Lew
  2004-09-13 21:54 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Lew @ 2004-09-13 17:29 UTC (permalink / raw)
  To: zsh-workers

Just observed that SHLVL is not updated every shell invocation with
4.2.1 (on Solaris 8).  For examaple,

cns-build4 paullew destiny>> echo $SHLVL
2
% zsh -f
% echo $SHLVL
2
% zsh -f
% echo $SHLVL
2
% zsh -f
% echo $SHLVL
2
% exit
% exit
% exit
cns-build4 paullew destiny>> 

Bug or feature?  Thanks in advance.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Anyone noitce problem with SHLVL in 4.2.1 ?
  2004-09-13 17:29 Anyone noitce problem with SHLVL in 4.2.1 ? Paul Lew
@ 2004-09-13 21:54 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2004-09-13 21:54 UTC (permalink / raw)
  To: zsh-workers

On Mon, 13 Sep 2004, Paul Lew wrote:

> Bug or feature?  Thanks in advance.

I can reproduce this, and it's almost certainly not intentional.

I suspect zsh-workers/20141, but only because it's the only thing that has 
touched PM_SPECIAL paramters as far as I can tell from the ChangeLog.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-13 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 17:29 Anyone noitce problem with SHLVL in 4.2.1 ? Paul Lew
2004-09-13 21:54 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).