abuild: disable trap when entering the handler

This commit is contained in:
Kaarle Ritvanen 2017-04-17 14:44:04 +03:00 committed by Timo Teräs
parent 9605ce1792
commit 6ff70e3763

View File

@ -96,6 +96,7 @@ cleanup() {
}
die() {
trap - EXIT
error "$@"
cleanup $ERROR_CLEANUP
exit 1