From f9653273a7d82e9558db38287a0d715016c1dc91 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 25 May 2001 15:02:33 -0500 Subject: [svn-r3942] Purpose: Update Description: Updated with the latest/greatest version of install-sh. Platforms tested: Linux --- bin/install-sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/install-sh b/bin/install-sh index e9de238..b41a245 100755 --- a/bin/install-sh +++ b/bin/install-sh @@ -120,7 +120,7 @@ if [ x"$dir_arg" != x ]; then instcmd=: chmodcmd="" else - instcmd=mkdir + instcmd=$mkdirprog fi else @@ -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}" -- cgit v0.12