X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=config%2Finstall-sh;h=6ebe46de6cf49d03fd433ff1b6d11e031ce22dea;hb=bb98d5fe3144e7a357bf58ae189a2f9209d06f63;hp=0b65ee871d33c7ab1e6ec36b86dda87e0d85c6ee;hpb=fcd78729c5bacc5d407f4711c4b00fd3aa8c2212;p=gnulib.git diff --git a/config/install-sh b/config/install-sh index 0b65ee871..6ebe46de6 100755 --- a/config/install-sh +++ b/config/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2004-10-22.00 +scriptversion=2004-12-17.09 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -296,7 +296,7 @@ do || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ || { echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 - (exit 1); exit + (exit 1); exit 1 } else : @@ -307,12 +307,12 @@ do $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" } } - fi || { (exit 1); exit; } + fi || { (exit 1); exit 1; } done # The final little trick to "correctly" pass the exit status to the exit trap. { - (exit 0); exit + (exit 0); exit 0 } # Local variables: