diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-08 18:19:31 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-08 18:19:31 (GMT) |
commit | 4981e837402428da4da061b8b815f2847cafe557 (patch) | |
tree | 1c77f2bb2457b8b9a300f18b439202f926b6cb95 /tools | |
parent | 34eff2aae501e0276f58d2113c02d15b51fca7d8 (diff) | |
parent | 2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff) | |
download | hdf5-4981e837402428da4da061b8b815f2847cafe557.zip hdf5-4981e837402428da4da061b8b815f2847cafe557.tar.gz hdf5-4981e837402428da4da061b8b815f2847cafe557.tar.bz2 |
Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some
to pick up the NetBSD-compatibility changes that I recently merged.
Diffstat (limited to 'tools')
-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 |