From 6dca1de06ae04fe7d52673d420a2dcbbca9bac12 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 14 Nov 2007 09:26:46 -0500 Subject: [svn-r14260] bug fix: modified the h5repack script to call h5diff with its brand new syntax tested: linux --- tools/h5repack/h5repack.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index a28ce15..01f7c10 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -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 -- cgit v0.12