From: Francois-Xavier Le Bail Date: Sun, 8 Mar 2015 21:38:38 +0000 (+0100) Subject: install-sh: Restore a needed tab X-Git-Tag: libpcap-1.7.2^2 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/fb24b2680b9a75aed71f90ecc6858d65904c0d51 install-sh: Restore a needed tab --- diff --git a/install-sh b/install-sh index 058b26c8..b44de098 100755 --- a/install-sh +++ b/install-sh @@ -162,7 +162,7 @@ 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}}"