summaryrefslogtreecommitdiffstats
path: root/windows/hdf5bt.BAT
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-10-23 13:55:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-10-23 13:55:29 (GMT)
commite7b01f7ff24889790847c761836a5d98df729fec (patch)
tree8988fffb817cce965e30a268fb7c996cda8b429a /windows/hdf5bt.BAT
parent5d27012937307b5027ae28d17715b12ea959cc29 (diff)
downloadhdf5-e7b01f7ff24889790847c761836a5d98df729fec.zip
hdf5-e7b01f7ff24889790847c761836a5d98df729fec.tar.gz
hdf5-e7b01f7ff24889790847c761836a5d98df729fec.tar.bz2
[svn-r17731] Correct batch file typo
Diffstat (limited to 'windows/hdf5bt.BAT')
-rwxr-xr-xwindows/hdf5bt.BAT2
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
)