From 4e53bb67a69fe411e0629ad28a680af9b6500a68 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Sep 2021 18:19:43 -0700 Subject: [PATCH] maint: Update files from upstream with 'make fetch'. * lib/config.sub: Update. --- lib/config.sub | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/lib/config.sub b/lib/config.sub index d80c5d759..d74fb6dea 100755 --- a/lib/config.sub +++ b/lib/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2021-07-03' +timestamp='2021-08-14' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -121,9 +121,11 @@ esac # Split fields of configuration type # shellcheck disable=SC2162 +saved_IFS=$IFS IFS="-" read field1 field2 field3 field4 <&2 -- 2.47.3