Package: gnus Version: 5.10.6-0.CVS.20050610-1 Severity: important
I've reported this issue against package emacsen-common already once (see #281129). Running: /usr/lib/emacsen-common/emacs-package-install gnus-bonus-el fails with: [...] install/gnus: Byte-compiling for emacs21...found emacs21 \ ../usr/lib/emacsen-common/packages/install/gnus:trap:77: \ undefined signal: exit [...] This happens on my system(s) using zsh as /bin/sh. Line 77 of /usr/lib/emacsen-common/packages/install/gnus contains: trap "test -f $LOG && mv -f $LOG $ELCDIR/install.log > /dev/null 2>&1" exit I suggest changing 'trap ... exit' to 'trap ... EXIT'. http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

