diff options
Diffstat (limited to 'functions/lockfile.sh')
-rwxr-xr-x | functions/lockfile.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/lockfile.sh b/functions/lockfile.sh index d92c77c9e..f486ec982 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}" |