diff --git a/Tools/check_submodules.sh b/Tools/check_submodules.sh index 82a857964b..1f4d4aeebe 100755 --- a/Tools/check_submodules.sh +++ b/Tools/check_submodules.sh @@ -66,7 +66,6 @@ then # called with a path then process only that path but respect $GIT_SUBMODULES_ARE_EVIL [ -n "$GIT_SUBMODULES_ARE_EVIL" ] && { # GIT_SUBMODULES_ARE_EVIL is set, meaning user doesn't want submodules updated - echo "GIT_SUBMODULES_ARE_EVIL is defined - Skipping submodules $1 update." exit 0 }