summaryrefslogtreecommitdiffstats
path: root/windows/tools/testhdf5tools.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'windows/tools/testhdf5tools.BAT')
-rwxr-xr-xwindows/tools/testhdf5tools.BAT7
1 files changed, 4 insertions, 3 deletions
diff --git a/windows/tools/testhdf5tools.BAT b/windows/tools/testhdf5tools.BAT
index 4356216..962b069 100755
--- a/windows/tools/testhdf5tools.BAT
+++ b/windows/tools/testhdf5tools.BAT
@@ -47,8 +47,9 @@ call repacktest %1 %2
@more repacktest%2_%1.txt >> toolstest_%1%2.txt
@del repacktest%2_%1.txt
set p2=%2
-if %2==dll (
+if "%2"=="dll" (
echo "DLL version is not available for h5jam or h5unjam, SKIP the test"
-) else (
-call jamtest %1 %2
+) else (
+ call jamtest %1 %2
)
+