diff options
author | kmu <kmu@hdfgroup.org> | 2019-11-07 20:51:40 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2019-11-07 20:51:40 (GMT) |
commit | 815611a318b64010e1dc70691a132ee18e0385f5 (patch) | |
tree | c66cdb2df58374d936d417d888f25495842c1263 /tools/test/h5jam/testh5jam.sh.in | |
parent | 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466 (diff) | |
parent | 2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff) | |
download | hdf5-815611a318b64010e1dc70691a132ee18e0385f5.zip hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.gz hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.bz2 |
Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into develop
Diffstat (limited to 'tools/test/h5jam/testh5jam.sh.in')
-rw-r--r-- | tools/test/h5jam/testh5jam.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5jam/testh5jam.sh.in b/tools/test/h5jam/testh5jam.sh.in index 3ae180b..bf705b4 100644 --- a/tools/test/h5jam/testh5jam.sh.in +++ b/tools/test/h5jam/testh5jam.sh.in @@ -474,9 +474,9 @@ UNJAMTEST () { # TOOLTEST_OUTPUT() { - if [ "$1" == "JAM" ]; then + if [ "$1" = "JAM" ]; then TOOLCMD=$JAM_BIN/$JAM - elif [ "$1" == "UNJAM" ]; then + elif [ "$1" = "UNJAM" ]; then TOOLCMD=$JAM_BIN/$UNJAM fi shift |