mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
parent
2e4f343aea
commit
7911c0c145
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ class CommandBase(object):
|
|||
if self.context.bootstrapped:
|
||||
return
|
||||
|
||||
subprocess.check_call(["git", "submodule", "sync"])
|
||||
submodules = subprocess.check_output(["git", "submodule", "status"])
|
||||
for line in submodules.split('\n'):
|
||||
components = line.strip().split(' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue