diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-01 21:36:43 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-01 21:36:43 (GMT) |
commit | a0d5e09775b83e851386710fb563ffee70210c28 (patch) | |
tree | f6a4d9a4e99520cf55cfbf04e2d4083074fc279f /tools/h5repack/h5repack.sh.in | |
parent | 2e8b6c0223e6969e3840e2dfefdfa34a223f3e15 (diff) | |
download | hdf5-a0d5e09775b83e851386710fb563ffee70210c28.zip hdf5-a0d5e09775b83e851386710fb563ffee70210c28.tar.gz hdf5-a0d5e09775b83e851386710fb563ffee70210c28.tar.bz2 |
[svn-r13441]
make 1.7 h5repack more similar to 1.6 h5repack
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 4b00bc0..21cddde 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -160,7 +160,7 @@ fi # copy files (these files have no filters) TOOLTEST $FILE0 TOOLTEST $FILE1 -TOOLTEST $FILE2 +#TOOLTEST $FILE2 TOOLTEST $FILE3 TOOLTEST $FILE4 TOOLTEST $FILE5 |