[svn-r14260] bug fix: modified the h5repack script to call h5diff with its brand new syntax

tested: linux
This commit is contained in:
Pedro Vicente Nunes 2007-11-14 09:26:46 -05:00
parent 5c16c09f91
commit 6dca1de06a

View File

@ -94,9 +94,9 @@ DIFFTEST()
{
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