From eb80efa196a3cc144973671af4bbbc623179bdb0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 25 Apr 2020 13:53:22 +0200 Subject: make shellcheck happy --- bin/copy-to-build-support | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/copy-to-build-support') diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index e4850f0..82acc50 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -70,11 +70,14 @@ if [ ! -r "$1" ]; then fi exec 9> "${sanity_check_lock_file}" +# shellcheck disable=SC2086 verbose_flock -s ${wait_for_lock} 9 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 'come back (shortly) later - There are still intentions in the queue.' exit 1 -- cgit v1.2.3