summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_plugin.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-09-28 16:49:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-09-28 16:49:06 (GMT)
commit50d3fc7a61f4b1dbe2ead376b778f5743060cc6e (patch)
treecc0f0e419e786bc47a4acfb479671faf717bdd9f /tools/h5repack/h5repack_plugin.sh.in
parent0f89cff001e619bf5eeb5351f2e32fc06075cc5e (diff)
downloadhdf5-50d3fc7a61f4b1dbe2ead376b778f5743060cc6e.zip
hdf5-50d3fc7a61f4b1dbe2ead376b778f5743060cc6e.tar.gz
hdf5-50d3fc7a61f4b1dbe2ead376b778f5743060cc6e.tar.bz2
Merge/align with trunk
Diffstat (limited to 'tools/h5repack/h5repack_plugin.sh.in')
-rw-r--r--tools/h5repack/h5repack_plugin.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_plugin.sh.in b/tools/h5repack/h5repack_plugin.sh.in
index 7502397..a064db6 100644
--- a/tools/h5repack/h5repack_plugin.sh.in
+++ b/tools/h5repack/h5repack_plugin.sh.in
@@ -127,7 +127,7 @@ CLEAN_TESTFILES_AND_TESTDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
- SDIR=`$DIRNAME $tstfile`
+ SDIR=$SRC_H5REPACK_TESTFILES
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $TESTDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then