From bae78fc8f9b242e4cfa3e772c021b473ca778a28 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 5 Aug 2012 05:01:52 +0200 Subject: restory old submodule update command if .git exists diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 1e6f14d..7bc89e6 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..." -- cgit v0.10.1