diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-07-12 11:10:39 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-07-12 22:04:16 -0700 |
| commit | e69c7b00a805c6f7e58e65e9e8c24942e3ff31eb (patch) | |
| tree | cdc52e3ca7420590fa779ec7671e72d7f68c8352 /xb.bat | |
| parent | 77894ac03a2248bc590bd2149dfd8911d885e4be (diff) | |
Recursive submodule init.
Diffstat (limited to 'xb.bat')
| -rw-r--r-- | xb.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,8 +137,8 @@ SETLOCAL ECHO Setting up the build environment... ECHO. -ECHO ^> git submodule update --init -git submodule update --init +ECHO ^> git submodule update --init --recursive +git submodule update --init --recursive IF %ERRORLEVEL% NEQ 0 ( ECHO. ECHO ERROR: failed to initialize git submodules |
