diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-09 01:23:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-09 01:23:45 +0000 |
commit | f8417f39634962458c803aa22465d5eeb8f61976 (patch) | |
tree | 41e8498a8a331324d19eca16ddca21e6ec9d9af6 /Build/source/utils | |
parent | 71cdd332b25fd6307d26d8705f10a1ee60fe9bbc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-x | Build/source/utils/asymptote/config.guess | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 47d7bed50c5..94c4ac154a3 100755 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-11-28' +timestamp='2018-12-07' # 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 @@ -96,8 +96,7 @@ fi tmp= # shellcheck disable=SC2172 -trap 'test -z "$tmp" || rm -fr "$tmp"' 1 2 13 15 -trap 'exitcode=$?; test -z "$tmp" || rm -fr "$tmp"; exit $exitcode' 0 +trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 set_cc_for_build() { : "${TMPDIR=/tmp}" |