Fix script again

pull/1/head
Timothy Pearson 13 years ago
parent 42325576f8
commit f9a97d74a5

@ -33,7 +33,9 @@ if [[ -e .gitmodules ]]; then
git submodule init
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
fi

Loading…
Cancel
Save