From: Jim Meyering Date: Tue, 13 Jan 2004 12:28:21 +0000 (+0000) Subject: reapply my SPACE-TAB-related changes X-Git-Tag: v5.1.1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18cbdc7d0869378fa5b6cacd1d2ad9909675421;p=thirdparty%2Fcoreutils.git reapply my SPACE-TAB-related changes --- diff --git a/config/install-sh b/config/install-sh index 040ebc8866..f57740bafd 100755 --- a/config/install-sh +++ b/config/install-sh @@ -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 :