Commit 8f726985 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Recurs submodule updates

parent 8b607b99
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -65,9 +65,8 @@ get_shell()

update_submodules()
{
	git submodule init
	git submodule sync
	git submodule update
	git submodule sync --recursive
	git submodule update --init --recursive

	# do not attempt automatic upgrading if not on master branch
	if [ master != `get_branch` ]; then