summaryrefslogtreecommitdiff
path: root/functions/exit.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-10-29 09:25:54 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commit37d2fb4b0f5ac4c92ca589ab46d567f06551971f (patch)
tree94fb71fa184792fa2a14aa709de6c54c09655002 /functions/exit.sh
parent1c1e7db6c44d639fd51ee23061087c7d14b6ef6b (diff)
downloadlive-build-37d2fb4b0f5ac4c92ca589ab46d567f06551971f.zip
live-build-37d2fb4b0f5ac4c92ca589ab46d567f06551971f.tar.gz
Don't use set -e in sourced functions, this is the job of the actual executed script.
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-xfunctions/exit.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/exit.sh b/functions/exit.sh
index 8a79460..022c0bf 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -7,8 +7,6 @@
# This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details.
-set -e
-
Exit ()
{
if [ "${LH_DEBUG}" = "enabled" ]