summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-07 08:10:15 -0800
committerKarl Berry <karl@freefriends.org>2018-12-07 08:10:15 -0800
commit3a22b7f82a46decdf2dae5e199133c16594dd512 (patch)
tree5b91f449eb5eaba71fb99536918460a6b08ab06e /build-aux/config.guess
parent89d4a5adf16c54ebc4cac7db3e4affa2c9f8d387 (diff)
downloadgnulib-3a22b7f82a46decdf2dae5e199133c16594dd512.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 2 insertions, 3 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 47d7bed50c..94c4ac154a 100755
--- a/build-aux/config.guess
+++ b/build-aux/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}"