mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
modules: throw an error message on submodule init
This commit is contained in:
parent
cf21cc8132
commit
a6d34c208d
@ -31,6 +31,14 @@ done
|
||||
echo "git submodule update failed"
|
||||
exit 1
|
||||
}
|
||||
cat <<EOF
|
||||
==============================
|
||||
git submodules are initialised
|
||||
|
||||
Please restart the build
|
||||
==============================
|
||||
EOF
|
||||
exit 1
|
||||
}
|
||||
|
||||
for m in $MODULE_LIST; do
|
||||
|
Loading…
Reference in New Issue
Block a user