From b10ba3b0b3012527d0f91427bc948654d6a59617 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Tue, 5 Apr 2016 09:35:29 -0700 Subject: Add git submodule update to setup.sh and calls to set the version files --- setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 19ea332..d21538b 100755 --- a/setup.sh +++ b/setup.sh @@ -21,6 +21,13 @@ update_hg_lib() { cd $DIR } +echo "update submodules" + +git submodule update --recursive --init + +mdot-library/version.sh +./version.sh + echo "creating libs directory..." mkdir -p $LIB -- cgit v1.2.3