summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-25 13:53:22 +0200
committerErich Eckner <git@eckner.net>2020-04-25 13:53:22 +0200
commiteb80efa196a3cc144973671af4bbbc623179bdb0 (patch)
treeb403882477f29a7c8f51a8efa96ebecde158c319 /bin/get-package-updates
parentb9915b41fb08c30afa46331d104d86138c07c4aa (diff)
downloadbuilder-eb80efa196a3cc144973671af4bbbc623179bdb0.tar.xz
make shellcheck happy
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 353a581..b5ed322 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -241,12 +241,14 @@ fi
# Create a lock file for build list.
exec 9> "${build_list_lock_file}"
+# shellcheck disable=SC2086
if ! verbose_flock ${block_flag} 9; then
>&2 echo 'come back (shortly) later - I cannot lock build list.'
exit
fi
exec 8> "${sanity_check_lock_file}"
+# shellcheck disable=SC2086
if ! verbose_flock -s ${block_flag} 8; then
>&2 echo 'come back (shortly) later - sanity-check running.'
exit