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

4.3.11 TRAPEXIT() on cygwin



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



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