From 755cb8397d3c79a1bab71cf41d4efda574806a0c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 21 Aug 2021 08:27:26 -0700 Subject: autoupdate --- build-aux/config.sub | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'build-aux/config.sub') diff --git a/build-aux/config.sub b/build-aux/config.sub index d80c5d759e..d74fb6deac 100755 --- a/build-aux/config.sub +++ b/build-aux/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 -- cgit v1.2.1