From: Ben Elliston Date: Thu, 25 Feb 1999 18:31:19 +0000 (+0000) Subject: 1999-02-26 Ben Elliston X-Git-Tag: experimental-branchpoint~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cddc3c883d115fdf8c7522d7c92cccc0737ac776;p=thirdparty%2Fautoconf.git 1999-02-26 Ben Elliston * install-sh: Avoid trailing whitespace. --- diff --git a/install-sh b/install-sh index be1ef677..b41a2459 100755 --- a/install-sh +++ b/install-sh @@ -163,8 +163,8 @@ dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` # Skip lots of stat calls in the usual case. if [ ! -d "$dstdir" ]; then -defaultIFS=' -' +defaultIFS=' + ' IFS="${IFS-${defaultIFS}}" oIFS="${IFS}"