From ba7a32b16e02e460c789efcf9b6f8619b27ba033 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 15 May 2016 10:33:23 +0900 Subject: [PATCH] Sync submodule recursively --- script/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap.py b/script/bootstrap.py index df1a579207..9087c99dbc 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -122,7 +122,7 @@ def check_root(): def update_submodules(): - execute_stdout(['git', 'submodule', 'sync']) + execute_stdout(['git', 'submodule', 'sync', '--recursive']) execute_stdout(['git', 'submodule', 'update', '--init', '--recursive'])