restory old submodule update command if .git exists

felipesanches-svg
don bright 2012-08-05 05:01:52 +02:00
parent bcd6148383
commit bae78fc8f9
1 changed files with 3 additions and 0 deletions

View File

@ -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..."