From bae78fc8f9b242e4cfa3e772c021b473ca778a28 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 5 Aug 2012 05:01:52 +0200 Subject: [PATCH] restory old submodule update command if .git exists --- scripts/release-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 1e6f14d5..7bc89e6f 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -87,6 +87,9 @@ else echo "MCAD found:" $OPENSCADDIR/libraries/MCAD fi +if [ -d .git ]; then + git submodule update +fi echo "Building openscad-$VERSION $CONFIGURATION..."