From: Jim Meyering Date: Sat, 12 Nov 2005 19:11:17 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: v6.0~1363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d81b50dc884b01298b60df2a14711aac1c907ef4;p=thirdparty%2Fcoreutils.git Update from gnulib. --- diff --git a/build-aux/config.guess b/build-aux/config.guess index d0d57f6945..52c01be4c8 100644 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-09-19' +timestamp='2005-11-11' # 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 @@ -779,7 +779,7 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) + x86:Interix*:[345]*) echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) diff --git a/build-aux/install-sh b/build-aux/install-sh index 5ac8da43d5..0ae12c0ebe 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2005-09-13.16 +scriptversion=2005-11-07.23 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -389,7 +389,7 @@ do } } || exit 1 - trap - 0 + trap '' 0 fi done