]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
src/bin/diffman: Silence shellcheck(1) diagnostic
authorAlejandro Colomar <alx@kernel.org>
Fri, 13 Dec 2024 13:32:35 +0000 (14:32 +0100)
committerAlejandro Colomar <alx@kernel.org>
Fri, 13 Dec 2024 22:51:26 +0000 (23:51 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/bin/diffman

index 0cee3d9794a958ffd8368d6bb13786904f97f66f..16ce248ab30263830f97025b78dd23ee5f260600 100755 (executable)
@@ -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);