populate git: clone with --recurse-submodules

This commit is contained in:
tv 2018-08-23 13:04:21 +02:00
parent 806b500e1e
commit 2440120c88
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ let
pop.git = target: git: shell' target /* sh */ ''
if ! test -e ${quote target.path}; then
git clone ${quote git.url} ${quote target.path}
git clone --recurse-submodules ${quote git.url} ${quote target.path}
fi
cd ${quote target.path}
if ! url=$(git config remote.origin.url); then