From cdc5ed2fb55b177b94e755c2824ac42715e04ec1 Mon Sep 17 00:00:00 2001 From: Nathan Wallace Date: Mon, 23 May 2022 16:44:36 -0400 Subject: [PATCH] Meta: Shellcheck ignore for our expr use (SC2307) --- Meta/build-image-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/build-image-qemu.sh b/Meta/build-image-qemu.sh index 7c007a5bbf..e61df38950 100755 --- a/Meta/build-image-qemu.sh +++ b/Meta/build-image-qemu.sh @@ -66,7 +66,7 @@ else fi disk_usage() { - # shellcheck disable=SC2003 + # shellcheck disable=SC2003,SC2307 expr "$(${GNUDU} -sk --apparent-size "$1" | cut -f1)" }