]> The Tcpdump Group git mirrors - libpcap/commitdiff
install-sh: Restore a needed tab
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 8 Mar 2015 21:38:38 +0000 (22:38 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 8 Mar 2015 21:38:38 +0000 (22:38 +0100)
install-sh

index 058b26c82d24335834ad0472109d0cbc1c829084..b44de0989d2f48d447dc76deb4c35b8b559e37ce 100755 (executable)
@@ -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}}"