From a76129971e2fa7426afe5d1be6b4d0061941d0b4 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Wed, 25 Jan 2012 07:43:43 -0800 Subject: updates submodules if building from git diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 296c14a..ad7b3fa 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -110,6 +110,10 @@ case $OS in ;; esac +if [ -n .git ]; then + git submodule update +fi + if [ -n $EXAMPLESDIR ]; then echo $EXAMPLESDIR mkdir -p $EXAMPLESDIR -- cgit v0.10.1