From c20f5634b00819dfb9437532afa4e83273ed309c Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 11 Dec 2019 12:39:10 +0000 Subject: bootstrap: remove --remote for submodules, thanks for schanzenbach to point this out. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 292d7e3c0..b4f5b4dc3 100755 --- a/bootstrap +++ b/bootstrap @@ -98,7 +98,7 @@ submodules() echo "git not installed, skipping submodule update" else git submodule update --init || true - git submodule update --recursive --remote || true + git submodule update --recursive || true git submodule sync || true fi } @@ -111,7 +111,7 @@ init_buildcommon_include() main() { cleanup - #submodules + submodules init_buildcommon_include check_uncrustify check_yapf -- cgit v1.2.3