Browse Source

Automate initial submodule update

sbg
Lorenz Meier 9 years ago
parent
commit
a2758eadb6
  1. 7
      Tools/check_submodules.sh

7
Tools/check_submodules.sh

@ -6,6 +6,13 @@ @@ -6,6 +6,13 @@
exit 0
}
if [ -f src/modules/uavcan/libuavcan/CMakeLists.txt ]
then
echo "Git submodule config valid."
else
git submodule update --init --recursive
fi
GITSTATUS=$(git status)
function check_git_submodule {

Loading…
Cancel
Save