summaryrefslogtreecommitdiff
path: root/scripts/release-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-xscripts/release-common.sh4
1 files changed, 4 insertions, 0 deletions
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
contact: Jan Huwald // Impressum