[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: missing: shellcheck disable=SC2
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: missing: shellcheck disable=SC2006, SC2268 |
Date: |
Wed, 29 May 2024 21:16:12 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=b5311796ffa19802c7123f0ea38ba9f837201f44
The following commit(s) were added to refs/heads/master by this push:
new b5311796f missing: shellcheck disable=SC2006,SC2268
b5311796f is described below
commit b5311796ffa19802c7123f0ea38ba9f837201f44
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed May 29 18:16:01 2024 -0700
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)
---
lib/missing | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 <pinard@iro.umontreal.ca>, 1996.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: missing: shellcheck disable=SC2006, SC2268,
Karl Berry <=