autoupdate
authorKarl Berry <karl@freefriends.org>
Mon, 13 Sep 2004 12:35:21 +0000 (12:35 +0000)
committerKarl Berry <karl@freefriends.org>
Mon, 13 Sep 2004 12:35:21 +0000 (12:35 +0000)
config/install-sh

index b777f1244cdff9ef72ec533e5d38448f01a3ddcc..dd97db7aa1cae9655149aad9d21c6cf42476c0da 100755 (executable)
@@ -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.