From 7e8d054b97554f9bc3fbf2244bdb9107c434d14f Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 21 Aug 2021 11:50:04 +0300 Subject: [PATCH] updated config.sub from mainstream. --- build-scripts/config.sub | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/build-scripts/config.sub b/build-scripts/config.sub index d80c5d759..d74fb6dea 100755 --- a/build-scripts/config.sub +++ b/build-scripts/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