From aca2b71baabc04f65908715e56186a3b740ccd8d Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 1 Mar 2017 19:20:33 -0500 Subject: [PATCH] progress --- misc/build_current_bundle.bat | 4 ++++ 1 file changed, 4 insertions(+) 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"