summaryrefslogtreecommitdiff
path: root/bin/create-build-support-package
diff options
context:
space:
mode:
Diffstat (limited to 'bin/create-build-support-package')
-rwxr-xr-xbin/create-build-support-package3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/create-build-support-package b/bin/create-build-support-package
index fd4d456..09374ec 100755
--- a/bin/create-build-support-package
+++ b/bin/create-build-support-package
@@ -106,6 +106,7 @@ if ${only_versioned_so_provides} \
fi
exec 9> "${sanity_check_lock_file}"
+# shellcheck disable=SC2086
verbose_flock -s ${wait_for_lock} 9
tmp_dir=$(mktemp -d 'tmp.create-build-support.XXXXXXXXXX')
@@ -254,8 +255,10 @@ elif [ -n "${shim_package}" ]; then
fi
exec 8> "${package_database_lock_file}"
+ # shellcheck disable=SC2086
verbose_flock ${wait_for_lock} 8
+ # shellcheck disable=SC2086
if intentions_left ${wait_for_lock}; then
>&2 echo 'There are still intentions in the queue.'
exit 1