From 03395fafb1fd8a3e0d92b7a6ed888e014aa95239 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 1 Feb 2021 16:14:26 +0100 Subject: [PATCH] Do not let BuildExecutableInstall fail silently if an error has occurred. --- builds/win32/run_all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/win32/run_all.bat b/builds/win32/run_all.bat index f6286597f7..e13429ec72 100644 --- a/builds/win32/run_all.bat +++ b/builds/win32/run_all.bat @@ -51,7 +51,7 @@ if "%FBBUILD_BUILD_ONLY%"=="1" goto :END :: Package everything up pushd ..\install\arch-specific\win32 call BuildExecutableInstall ISX ZIP EMB %FBBUILD_BUILDTYPE% -if "%ERRLEV%"=="1" (popd & goto :END) +if "%ERRLEV%"=="1" ( @echo Oops - some sort of error & popd & goto :END) if defined FBBUILD_INCLUDE_PDB ( set /A FBBUILD_PACKAGE_NUMBER-=1 call BuildExecutableInstall ISX ZIP EMB %FBBUILD_BUILDTYPE% PDB