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

Re: Bug with traps and exit



Op 24-11-19 om 06:54 schreef Martijn Dekker:
[...]
A related issue (possibly the same?) with a much simpler test case:

trap 'echo SIGINT; trap - INT; kill -s INT $$; echo woops' INT
kill -s INT $$

zsh prints 'woops', but shouldn't.

Ping?

Is this just being missed, or is it considered too unimportant?

Thanks,

- M.

--
modernish -- harness the shell
https://github.com/modernish/modernish



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