diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-13 00:27:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-13 00:27:15 +0000 |
commit | 7929ba4b5bb47d84b868b5299e1e5c3c5eb23298 (patch) | |
tree | 6f424e1467b0300489c632e3e2906ea44d83e417 /Build/source/build-aux | |
parent | 138fede6da2a1b29752ae661af52e29176d707be (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@47697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rwxr-xr-x | Build/source/build-aux/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 20f7cf29a9e..0a518c367a3 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/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 <<EOF $1 EOF |