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

Re: 4.3.11 TRAPEXIT() on cygwin



Errm,  yes I remember seeing that discussion, but it was basically about
pipelines,  traps set within subshells, and implicit vs explicit exits.

I don't believe this is the same thing.

Anthony


On Tue, 11 Jan 2011 01:46 +0100, "Mikael Magnusson" <mikachu@xxxxxxxxx>
wrote:
> On 11 January 2011 01:16, Anthony Heading <anthony@xxxxxxxx> wrote:
> > Hello,
> >
> > This seems to be a bug with the new packaged build of zsh 4.3.11 on
> > cygwin?
> >
> > Anthony
> >
> >
> > => uname -a
> > CYGWIN_NT-6.1-WOW64 W3GRNMN1 1.7.7(0.230/5/3) 2010-08-31 09:58 i686
> > Cygwin
> >
> > ---
> > => echo $ZSH_VERSION
> > 4.3.10
> > => TRAPEXIT() { echo hello >&2 }
> > => x=$(ls)
> > =>
> >
> > ---
> > => echo $ZSH_VERSION
> > 4.3.11
> > => TRAPEXIT() { echo hello >&2 }
> > => x=$(ls)
> > hello
> > =>
> 
> See 27947: http://www.zsh.org/mla/workers/2010/msg00399.html
> 
> -- 
> Mikael Magnusson
> 



Messages sorted by: Reverse Date, Date, Thread, Author