summaryrefslogtreecommitdiff
path: root/functions/common.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/common.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/common.sh')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/common.sh b/functions/common.sh
index b99b1a3..3cd5707 100755
--- a/functions/common.sh
+++ b/functions/common.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
-
PROGRAM="$(basename ${0})"
VERSION="1.0.1"