Random cleanup of remains from past times

This commit is contained in:
Willy-JL
2024-06-17 00:35:37 +02:00
parent cce922e903
commit 3923245d91
16 changed files with 10 additions and 116 deletions

View File

@@ -9,7 +9,7 @@ if [%FBT_NO_SYNC%] == [] (
set _FBT_CLONE_FLAGS=%_FBT_CLONE_FLAGS% --depth 1
)
if exist ".git" (
git submodule update --init --recursive --recursive %_FBT_CLONE_FLAGS%
git submodule update --init --recursive %_FBT_CLONE_FLAGS%
if %ERRORLEVEL% neq 0 (
echo Failed to update submodules, set FBT_NO_SYNC to skip
exit /b 1