diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-13 00:06:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-13 00:06:23 +0000 |
commit | d9b2b3ea0de3ce9b8eb991f9adcccaf3190458f9 (patch) | |
tree | 2718e51386a8271df7375633d43e33e1463340d3 /Master/tlpkg/installer | |
parent | dc19ea805d9eca7269a3b9a5c134f62e5440bd9a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 69ed3e573bb..3ef33381eaa 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-2017 Free Software Foundation, Inc. -timestamp='2017-03-05' +timestamp='2017-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 @@ -1344,7 +1344,7 @@ EOF NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; - NSX-?:NONSTOP_KERNEL:*:*) + NSX-*:NONSTOP_KERNEL:*:*) echo nsx-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) |