summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-10-23 14:03:38 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-10-23 14:03:38 (GMT)
commit53dc352e9aaed5a93c7b3e2d880d281ae86a1c25 (patch)
tree317229de818170ac2b910325e17ff177a593562d /windows
parent5458aba60309a21f4cd9158a750d8ec352daa7c7 (diff)
downloadhdf5-53dc352e9aaed5a93c7b3e2d880d281ae86a1c25.zip
hdf5-53dc352e9aaed5a93c7b3e2d880d281ae86a1c25.tar.gz
hdf5-53dc352e9aaed5a93c7b3e2d880d281ae86a1c25.tar.bz2
[svn-r17733] Correct batch file typo
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/hdf5build.BAT2
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
)