diff --git a/scripts/fetch-develop.deps.sh b/scripts/fetch-develop.deps.sh index f3c6a5c4cb..b748088adb 100755 --- a/scripts/fetch-develop.deps.sh +++ b/scripts/fetch-develop.deps.sh @@ -27,7 +27,9 @@ function clone() { echo "Trying to use $org/$repo#$branch" git clone https://github.com/$org/$repo.git $repo --branch $branch \ "${GIT_CLONE_ARGS[@]}" + return $? fi + return 1 } function dodep() {