aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 292d7e3c0..b4f5b4dc3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -98,7 +98,7 @@ submodules()
98 echo "git not installed, skipping submodule update" 98 echo "git not installed, skipping submodule update"
99 else 99 else
100 git submodule update --init || true 100 git submodule update --init || true
101 git submodule update --recursive --remote || true 101 git submodule update --recursive || true
102 git submodule sync || true 102 git submodule sync || true
103 fi 103 fi
104} 104}
@@ -111,7 +111,7 @@ init_buildcommon_include()
111main() 111main()
112{ 112{
113 cleanup 113 cleanup
114 #submodules 114 submodules
115 init_buildcommon_include 115 init_buildcommon_include
116 check_uncrustify 116 check_uncrustify
117 check_yapf 117 check_yapf