update from automake
authorKarl Berry <karl@freefriends.org>
Wed, 14 Jan 2004 13:41:27 +0000 (13:41 +0000)
committerKarl Berry <karl@freefriends.org>
Wed, 14 Jan 2004 13:41:27 +0000 (13:41 +0000)
config/ChangeLog
config/install-sh

index ee5f1a62f658cbf677822c86bbdd9cb8b45ed129..18913a85c2f3bea682fd02bf8927a60bfaf95a05 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-14  Karl Berry  <karl@gnu.org>
+
+       * install-sh: update from automake.
+
 2004-01-13  Karl Berry  <karl@gnu.org>
 
        * install-sh: update from automake.
index 040ebc8866dfbc0acfcc2e25776c7c86a793459e..8042a49bafa41e876c69fc50f9d3fd8ad0f320b7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2004-01-12.10
+scriptversion=2004-01-13.14
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -214,7 +214,7 @@ do
   # Skip lots of stat calls in the usual case.
   if test ! -d "$dstdir"; then
     defaultIFS='
-       '
+        '
     IFS="${IFS-$defaultIFS}"
 
     oIFS=$IFS
@@ -284,8 +284,8 @@ do
         $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
         || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
         || {
-         echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
-         (exit 1); exit
+         echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
+         (exit 1); exit
         }
       else
         :