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

traps specified in certain ways are output incorrectly



% trap a TERM; trap b SIGKILL; trap c 14; trap
 Bad alias flag for signal
 Bad alias flag for signal
trap -- b
trap -- c
trap -- a TERM

(The alias flag message is only printed with --enable-zsh-debug).

-- 
Mikael Magnusson



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