diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-12-14 11:55:55 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-12-14 11:55:55 +0200 |
commit | e452576cdd65472290db15c8a51cb70465a99a55 (patch) | |
tree | 4efeff53461d9d608acb72b5c20d73d4877e6d82 /config.guess | |
parent | 38a128d1bf9d3fd27b7e06f3501004698ac968b3 (diff) | |
download | egawk-e452576cdd65472290db15c8a51cb70465a99a55.tar.gz egawk-e452576cdd65472290db15c8a51cb70465a99a55.tar.bz2 egawk-e452576cdd65472290db15c8a51cb70465a99a55.zip |
Update config.guess.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config.guess b/config.guess index 47d7bed5..94c4ac15 100755 --- a/config.guess +++ b/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}" |