diff options
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,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}}" |