diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-16 02:21:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-16 02:21:41 +0000 |
commit | e233cc2df6e4b55727c6ebabd4b35c49963c7413 (patch) | |
tree | 1c88fb0d09dd821419ddb884e33db2a6e8756583 /Build/source/extra | |
parent | 77789a4091eec314844c6aa778067fb9d9edc47c (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@33190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra')
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess index 72625d40c00..71f8f7a66e7 100755 --- a/Build/source/extra/xz/build-aux/config.guess +++ b/Build/source/extra/xz/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-02-12' +timestamp='2014-03-13' # 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 @@ -826,7 +826,7 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS*:*) + *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) |