From 6273fc478b9c95c4ae8d42c9021f9428b1d43811 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Thu, 23 Apr 2020 11:10:08 +0100 Subject: Shellcheck fixes round 3 Now using the version that's present in the bionic images. Meaning we have more warnings but can also set the minimum level to ignore a lot of them. Fix the check for whether shellcheck supports --severity. (we have pipefail on, but we expect shellcheck to fail in this case) Change-Id: I296b8554591b7d327c75393e3924184abc6512b7 --- start-container-qemu.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'start-container-qemu.sh') diff --git a/start-container-qemu.sh b/start-container-qemu.sh index 94cbecb6..436198dc 100755 --- a/start-container-qemu.sh +++ b/start-container-qemu.sh @@ -42,6 +42,7 @@ container=$(mktemp) # shellcheck disable=SC2064 trap "rm $container; cleanup_all_containers" EXIT +# shellcheck disable=SC1090 . "$container" declare host -- cgit v1.2.3