mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Random cleanup of remains from past times
This commit is contained in:
2
fbt.cmd
2
fbt.cmd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user