summaryrefslogtreecommitdiffstats
path: root/tools/h5copy
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-14 19:14:16 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-14 19:14:16 (GMT)
commitbff2b14a052063b5f339e747278f57942fa67e59 (patch)
tree6a587c5f18144072074f95bf622dd8e50eabe483 /tools/h5copy
parent6dca1de06ae04fe7d52673d420a2dcbbca9bac12 (diff)
downloadhdf5-bff2b14a052063b5f339e747278f57942fa67e59.zip
hdf5-bff2b14a052063b5f339e747278f57942fa67e59.tar.gz
hdf5-bff2b14a052063b5f339e747278f57942fa67e59.tar.bz2
[svn-r14261] bug fix: new syntax for the h5diff call in the h5dopy shell script
tested: linux
Diffstat (limited to 'tools/h5copy')
-rw-r--r--tools/h5copy/testh5copy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh
index 9ff3d50..ad4efe3 100644
--- a/tools/h5copy/testh5copy.sh
+++ b/tools/h5copy/testh5copy.sh
@@ -125,9 +125,9 @@ H5DIFFTEST()
{
VERIFY $@
if [ "`uname -s`" = "TFLOPS O/S" ]; then
- $RUNSERIAL $H5DIFF_BIN $@ -q
+ $RUNSERIAL $H5DIFF_BIN -q $@
else
- $RUNSERIAL $H5DIFF_BIN "$@" -q
+ $RUNSERIAL $H5DIFF_BIN -q "$@"
fi
RET=$?
if [ $RET != 0 ] ; then