From: Alejandro Colomar Date: Fri, 13 Dec 2024 13:32:35 +0000 (+0100) Subject: src/bin/diffman: Silence shellcheck(1) diagnostic X-Git-Tag: man-pages-6.10~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd588ef771eeb63ea3d4567df54922f7ee357ede;p=thirdparty%2Fman-pages.git src/bin/diffman: Silence shellcheck(1) diagnostic Signed-off-by: Alejandro Colomar --- diff --git a/src/bin/diffman b/src/bin/diffman index 0cee3d979..16ce248ab 100755 --- a/src/bin/diffman +++ b/src/bin/diffman @@ -51,6 +51,7 @@ groff -man -Tutf8 <"$p1" >"$t1"; groff -man -Tutf8 <"$p2" >"$t2"; +# shellcheck disable=SC2206 # We want only non-empty variables in the array. opts=($w $u);