diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 22:37:03 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 22:37:03 (GMT) |
commit | db6be808578b42e6184302aa813ae790cd09ec60 (patch) | |
tree | fe8ae886489c1f11225d16f1854f2f58a6f524f7 | |
parent | ca41285391a9643b0afd71663e652fabf8be5841 (diff) | |
parent | 85cb0f7acd36b1ff5fd9c4a49556aede614f6556 (diff) |
Merge branch 'master' of github.com:openscad/openscad
-rwxr-xr-x | scripts/release-common.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 296c14a..72ae29c 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -110,6 +110,10 @@ case $OS in ;; esac +if [ -d .git ]; then + git submodule update +fi + if [ -n $EXAMPLESDIR ]; then echo $EXAMPLESDIR mkdir -p $EXAMPLESDIR |