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

Re: 4.3.11 TRAPEXIT() on cygwin



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