]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove spurious SPACEs before TABs
authorJim Meyering <jim@meyering.net>
Mon, 12 Jan 2004 21:22:58 +0000 (21:22 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Jan 2004 21:22:58 +0000 (21:22 +0000)
Change `  \t' to \t ' in `defaultIFS' assignment.

config/install-sh

index acf44a6e0318c270090647e2a7f24575896ddff1..d5612e95fed82e1edb1a72dde010bbf194a4d663 100755 (executable)
@@ -213,7 +213,7 @@ do
   # Skip lots of stat calls in the usual case.
   if test ! -d "$dstdir"; then
     defaultIFS='
-       '
+        '
     IFS="${IFS-$defaultIFS}"
 
     oIFS=$IFS
@@ -283,8 +283,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
         :