diff options
Diffstat (limited to 'windows/hdf5bt.BAT')
-rwxr-xr-x | windows/hdf5bt.BAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/hdf5bt.BAT b/windows/hdf5bt.BAT index 13a0671..0d5d6e8 100755 --- a/windows/hdf5bt.BAT +++ b/windows/hdf5bt.BAT @@ -248,7 +248,7 @@ rem This is where the magic happens echo.
call :build
- if not errorlevel (
+ if not errorlevel 0 (
echo.Error building HDF5 libraries!
goto error
)
|