diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-14 19:14:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-14 19:14:16 (GMT) |
commit | bff2b14a052063b5f339e747278f57942fa67e59 (patch) | |
tree | 6a587c5f18144072074f95bf622dd8e50eabe483 /tools/h5copy/testh5copy.sh | |
parent | 6dca1de06ae04fe7d52673d420a2dcbbca9bac12 (diff) | |
download | hdf5-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/testh5copy.sh')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 4 |
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 |