summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abuild.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/abuild.in b/abuild.in
index 2a264fc..8e3b87c 100644
--- a/abuild.in
+++ b/abuild.in
@@ -96,6 +96,7 @@ cleanup() {
}
die() {
+ trap - EXIT
error "$@"
cleanup $ERROR_CLEANUP
exit 1