Attempt to deal with partially initialized checkouts
This commit is contained in:
@@ -273,7 +273,7 @@ fi
|
||||
echo "Checking to a latest branch..."
|
||||
${GIT_C} pull
|
||||
echo "Updatying submodules to the latest version..."
|
||||
${GIT_C} submodule update --remote
|
||||
${GIT_C} submodule update --remote --init --recursive
|
||||
|
||||
if [ "${KERNEL_NAME}" == "Darwin" ]; then
|
||||
# Get precompiled libs
|
||||
|
Reference in New Issue
Block a user