summaryrefslogtreecommitdiff
path: root/functions/lockfile.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/lockfile.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/lockfile.sh')
-rwxr-xr-xfunctions/lockfile.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/lockfile.sh b/functions/lockfile.sh
index d92c77c..f486ec9 100755
--- a/functions/lockfile.sh
+++ b/functions/lockfile.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
-
Check_lockfile ()
{
FILE="${1}"