diff --git a/misc/build_current_bundle.bat b/misc/build_current_bundle.bat index 0a900224ad..f4eccc2dc5 100644 --- a/misc/build_current_bundle.bat +++ b/misc/build_current_bundle.bat @@ -130,6 +130,10 @@ echo exit >> ftp_commands.txt cd temp winscp.com /script=../ftp_commands.txt +IF NOT ERRORLEVEL 0 echo winscp error DETECTED +IF NOT ERRORLEVEL 0 EXIT /B 1 + + cd .. echo %date% %time% echo "build_current_bundle: DONE here"