diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-16 02:15:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-16 02:15:14 +0000 |
commit | d0f2715a964c6eda20c34cef1ca7248c9ae6bb03 (patch) | |
tree | 5ba7d5af6806f2c5d52eaf3c0e93bbb5c2ee38ef /Master/tlpkg/installer/config.guess | |
parent | 789a1e038b40a2d6f4ad7e1aa82958765a21919e (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@39114 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 fba6e87a0f8..b82ee231593 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-2015 Free Software Foundation, Inc. -timestamp='2015-11-19' +timestamp='2015-12-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 @@ -1394,7 +1394,7 @@ EOF echo ${UNAME_MACHINE}-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs + echo x86_64-unknown-onefs exit ;; esac |