From e7b01f7ff24889790847c761836a5d98df729fec Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 23 Oct 2009 08:55:29 -0500 Subject: [svn-r17731] Correct batch file typo --- windows/hdf5bt.BAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v0.12