From 6a54cfd200efd0fd6b577e69d2a609ba2f879b9d Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Tue, 26 May 2020 22:31:28 -0300 Subject: [PATCH] Fix run_all.bat NOCLEAN. --- 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 926d9d9db1..f6286597f7 100644 --- a/builds/win32/run_all.bat +++ b/builds/win32/run_all.bat @@ -34,7 +34,7 @@ if defined FBBUILD_MAKE_KITS_ONLY (goto :MAKE_KITS & goto :EOF) :: Go to work -if not defined FBBBUILD_NOCLEAN (call clean_all %FBBUILD_REAL_CLEAN%) +if not defined FBBUILD_NOCLEAN (call clean_all %FBBUILD_REAL_CLEAN%) :: We do not support debug builds of icu, so we don't pass %FBBUILD_BUILDTYPE% call make_icu if "%ERRLEV%"=="1" goto :END