changeset 39989:dbcc3e4a7c37

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 07 Dec 2018 08:10:15 -0800
parents 5911ba78bc6a
children 1a10b6c83295
files build-aux/config.guess
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Thu Dec 06 08:29:09 2018 -0800
+++ b/build-aux/config.guess	Fri Dec 07 08:10:15 2018 -0800
@@ -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 @@
 
 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}"