|
|
@ -33,7 +33,9 @@ if [[ -e .gitmodules ]]; then
|
|
|
|
|
|
|
|
|
|
|
|
git submodule init
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
|
|
|
git submodule update
|
|
|
|
git submodule foreach "'git checkout master && git pull && $THISSCRIPT $1'"
|
|
|
|
git submodule foreach "git checkout master"
|
|
|
|
|
|
|
|
git submodule foreach "git pull"
|
|
|
|
|
|
|
|
git submodule foreach "$THISSCRIPT $1"
|
|
|
|
|
|
|
|
|
|
|
|
git checkout -- .gitmodules
|
|
|
|
git checkout -- .gitmodules
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|