modules: throw an error message on submodule init

This commit is contained in:
Andrew Tridgell 2015-06-09 12:36:44 +10:00
parent cf21cc8132
commit a6d34c208d

View File

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