diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-27 23:55:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-27 23:55:06 +0000 |
commit | 8fa1cd11c1d37794e517e6273a95b0b4014f1ed8 (patch) | |
tree | 91d068847933b89466750b3f5f7ebc7c6a7ccbaf /Build/source/libs/icu | |
parent | d17eeaa30f88fc0623239f2864607c2f568c3ba1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@54918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu')
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.guess | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/libs/icu/icu-src/source/config.guess b/Build/source/libs/icu/icu-src/source/config.guess index 45001cfecde..11fda528bc7 100755 --- a/Build/source/libs/icu/icu-src/source/config.guess +++ b/Build/source/libs/icu/icu-src/source/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2020 Free Software Foundation, Inc. -timestamp='2020-01-01' +timestamp='2020-04-26' # 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 @@ -1629,6 +1629,12 @@ copies of config.guess and config.sub with the latest versions from: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess and https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub +EOF + +year=`echo $timestamp | sed 's,-.*,,'` +# shellcheck disable=SC2003 +if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then + cat >&2 <<EOF If $0 has already been updated, send the following data and any information you think might be pertinent to config-patches@gnu.org to @@ -1656,6 +1662,7 @@ UNAME_RELEASE = "$UNAME_RELEASE" UNAME_SYSTEM = "$UNAME_SYSTEM" UNAME_VERSION = "$UNAME_VERSION" EOF +fi exit 1 |