From: Karl Berry Date: Thu, 30 May 2024 01:16:01 +0000 (-0700) Subject: missing: shellcheck disable=SC2006,SC2268 X-Git-Tag: v1.16.90~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5311796ffa19802c7123f0ea38ba9f837201f44;p=thirdparty%2Fautomake.git missing: shellcheck disable=SC2006,SC2268 From Jacob Bachmeyer, in thread around https://lists.gnu.org/archive/html/automake-patches/2022-01/msg00014.html * lib/missing: disable shellcheck warnings about `...`. We must support pre-POSIX shells in Automake. (scriptversion=2024-05-29.18) --- diff --git a/lib/missing b/lib/missing index 28b8645f8..cd3da8249 100755 --- a/lib/missing +++ b/lib/missing @@ -1,7 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU and other programs. -scriptversion=2023-11-23.18; # UTC +scriptversion=2024-05-29.18; # UTC + +# shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells # Copyright (C) 1996-2024 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996.