summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 421b85e..e124303 100644
--- a/functions
+++ b/functions
@@ -35,7 +35,7 @@ checked_modules ()
msg () { [ "${QUIET}" = "n" ] && echo ${@}; }
err () { echo "ERROR: ${@}" >&2; }
-die () { echo "FATAL: ${@}" >&2; exit 1; }
+die () { echo "FATAL: ${@}" >&2; cleanup; exit 1; }
add_full_dir ()
{