summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions b/functions
index 7dfec4c..93a5f7f 100644
--- a/functions
+++ b/functions
@@ -27,8 +27,7 @@ error() {
die() {
error "$@"
- cleanup
- exit 1
+ cleanup 1
}
get_dirname() {