diff options
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5copy/testh5copy.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5copy/testh5copy.bat b/windows/tools/h5copy/testh5copy.bat index 71cfabc..3e2489b 100644 --- a/windows/tools/h5copy/testh5copy.bat +++ b/windows/tools/h5copy/testh5copy.bat @@ -147,7 +147,7 @@ rem $* everything else arguments for h5copy. )
)
- if %runh5diff neq no (
+ if %runh5diff% neq no (
call :h5difftest %inputfile% %outputfile%
)
|