diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-05-25 20:02:33 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-05-25 20:02:33 (GMT) |
commit | f9653273a7d82e9558db38287a0d715016c1dc91 (patch) | |
tree | 2d0e4b7201e4403f024586e0b6aaf8aee77c5f62 /bin/install-sh | |
parent | c604072c6f967e189ac0feab789709e57fbf5ca6 (diff) | |
download | hdf5-f9653273a7d82e9558db38287a0d715016c1dc91.zip hdf5-f9653273a7d82e9558db38287a0d715016c1dc91.tar.gz hdf5-f9653273a7d82e9558db38287a0d715016c1dc91.tar.bz2 |
[svn-r3942] Purpose:
Update
Description:
Updated with the latest/greatest version of install-sh.
Platforms tested:
Linux
Diffstat (limited to 'bin/install-sh')
-rwxr-xr-x | bin/install-sh | 6 |
1 files 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}" |