Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
trap .. EXIT doesn't execute when exit is due to a signal
- X-seq: zsh-workers 20808
- From: "Matthias B." <msbREMOVE-THIS@xxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: trap .. EXIT doesn't execute when exit is due to a signal
- Date: Sat, 12 Feb 2005 12:26:58 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
trap ... EXIT doesn't execute ... when the shell is terminated due to a
signal (e.g. Ctrl-C). I think this is a bug. It's certainly undesirable,
because it causes cleanup tasks to not be executed. Bash doesn't have this
problem.
MSB
--
Physics is about prediction, not truth.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author