# HG changeset patch # User Karl Berry # Date 1095078921 0 # Node ID ebd743b5b6dd236ec0a76b48710a6871608ab9b9 # Parent 4a7918bfe0b57a3e8424aacb3fd9d069e6dbf1a2 autoupdate diff --git a/config/install-sh b/config/install-sh --- 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 @@ 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.