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/seed-build-list | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/seed-build-list') diff --git a/bin/seed-build-list b/bin/seed-build-list index abeeac3..5adf46e 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -170,12 +170,14 @@ fi # get locks if ${update}; then exec 9> "${sanity_check_lock_file}" + # shellcheck disable=SC2086 if ! verbose_flock -s ${wait_for_lock} 9; then >&2 echo 'Cannot get sanity-check lock.' exit 1 fi exec 8> "${build_list_lock_file}" + # shellcheck disable=SC2086 if ! verbose_flock ${wait_for_lock} 8; then >&2 echo 'Cannot get build-list lock.' exit 1 -- cgit v1.2.3