Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug with traps and exit
Martijn Dekker wrote on Tue, Dec 10, 2019 at 20:23:37 +0100:
> 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?
Missed, I think. Maybe because this thread is a subthread of the 5.6.2-test-3
release announcement?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author