From 226fa220e10c32ff62c6b1003982e3c300e8c82f Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 3 Jul 2021 11:05:56 +0300 Subject: [PATCH] config.sub: disable shellcheck SC2006 / SC2268 warnings As suggested by Jacob Bachmeyer. Signed-off-by: Ozkan Sezer --- config.sub | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config.sub b/config.sub index f834899..6a07928 100755 --- a/config.sub +++ b/config.sub @@ -2,6 +2,8 @@ # Configuration validation subroutine script. # Copyright 1992-2021 Free Software Foundation, Inc. +# shellcheck disable=SC2006,SC2268 + timestamp='2021-07-02' # This file is free software; you can redistribute it and/or modify it -- 1.7.1