From: Karl Berry Date: Mon, 27 Sep 2021 01:19:43 +0000 (-0700) Subject: maint: Update files from upstream with 'make fetch'. X-Git-Tag: v1.16.5~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e53bb67a69fe411e0629ad28a680af9b6500a68;p=thirdparty%2Fautomake.git maint: Update files from upstream with 'make fetch'. * lib/config.sub: Update. --- 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