summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/return-assignment2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index def362c..d65cb39 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -24,8 +24,6 @@
exec 9> "${build_list_lock_file}"
if ! flock -n 9; then
>&2 echo 'come back (shortly) later - I cannot lock build list.'
- exit
-fi
exit 1
fi