diff options
-rwxr-xr-x | windows/hdf5build.BAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/hdf5build.BAT b/windows/hdf5build.BAT index 05a8f04..564b702 100755 --- a/windows/hdf5build.BAT +++ b/windows/hdf5build.BAT @@ -367,7 +367,7 @@ rem This is where the magic happens call :all
- if not errorlevel (
+ if not errorlevel 0 (
echo.Error building HDF5 libraries!
goto error
)
|