]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
missing: shellcheck disable=SC2006,SC2268
authorKarl Berry <karl@freefriends.org>
Thu, 30 May 2024 01:16:01 +0000 (18:16 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 30 May 2024 01:16:01 +0000 (18:16 -0700)
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)

lib/missing

index 28b8645f8d323b89d455fc420869ac29af94cf51..cd3da82496f757cef2e6fb2b7394ec15c71a39fd 100755 (executable)
@@ -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 <pinard@iro.umontreal.ca>, 1996.