From 8fb694333e6c1a4081099015932658e2ce64ae98 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Sep 2004 12:35:21 +0000 Subject: [PATCH] autoupdate --- config/install-sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/install-sh b/config/install-sh index b777f1244c..dd97db7aa1 100755 --- a/config/install-sh +++ b/config/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2004-07-05.00 +scriptversion=2004-09-10.20 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -260,7 +260,7 @@ do rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. - trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0 + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 trap '(exit $?); exit' 1 2 13 15 # Copy the file name to the temp name. -- 2.30.2