From c95a25b0bbc79df940165ead0ca5a5c915969b63 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 May 2018 07:39:50 -0700 Subject: [PATCH] autoupdate --- build-aux/config.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/config.sub b/build-aux/config.sub index 20f7cf29a9..0a518c367a 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-05' +timestamp='2018-05-11' # 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 @@ -110,7 +110,7 @@ case $# in exit 1;; esac -# Spilt fields of configuration type +# Split fields of configuration type IFS="-" read -r field1 field2 field3 field4 <