8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Fixed the debug boot build.

This commit is contained in:
dimitr 2011-01-12 10:46:56 +00:00
parent 542a6e2898
commit d73ec7a883

View File

@ -40,7 +40,7 @@ call :btyacc
if "%ERRLEV%"=="1" goto :END
@echo Generating DSQL parser...
@call parse.bat
@call parse.bat %*
if "%ERRLEV%"=="1" goto :END
::=======