From: Jim Meyering Date: Mon, 12 Jan 2004 21:22:58 +0000 (+0000) Subject: remove spurious SPACEs before TABs X-Git-Tag: v5.1.1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02ff648d0d07de7b0ee0d5d2e0ae16cb997328f;p=thirdparty%2Fcoreutils.git remove spurious SPACEs before TABs Change ` \t' to \t ' in `defaultIFS' assignment. --- diff --git a/config/install-sh b/config/install-sh index acf44a6e03..d5612e95fe 100755 --- a/config/install-sh +++ b/config/install-sh @@ -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 :