aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-12-14 11:55:55 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-12-14 11:55:55 +0200
commite452576cdd65472290db15c8a51cb70465a99a55 (patch)
tree4efeff53461d9d608acb72b5c20d73d4877e6d82 /config.guess
parent38a128d1bf9d3fd27b7e06f3501004698ac968b3 (diff)
downloadegawk-e452576cdd65472290db15c8a51cb70465a99a55.tar.gz
egawk-e452576cdd65472290db15c8a51cb70465a99a55.tar.bz2
egawk-e452576cdd65472290db15c8a51cb70465a99a55.zip
Update config.guess.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
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}"