diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-21 01:23:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-21 01:23:44 +0000 |
commit | 6d12f2c621ee591202e1c66d37c410b33ccec6b4 (patch) | |
tree | d215205ab4f281af0a48b7a36213c272facb581d /Master/tlpkg/installer/config.guess | |
parent | 839b181a6ed306835138365926e45d64217bc649 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/config.guess')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index a81aa505ba8..8ef92de0e50 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-01-15' +timestamp='2019-02-19' # 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 @@ -1113,7 +1113,7 @@ EOF *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" + echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then |