]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-02-26 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 25 Feb 1999 18:31:19 +0000 (18:31 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 25 Feb 1999 18:31:19 +0000 (18:31 +0000)
* install-sh: Avoid trailing whitespace.

install-sh

index be1ef677db7e2410b96b3946ebef6dd66c136ce5..b41a24591619d4ab32b58c3907a8afc3e1e276d6 100755 (executable)
@@ -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}"