X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=run-recursive;h=5881aedd1d7b395d847825b9c1e0ea509afe33d6;hb=6b655b7f82a080370305ac6c0b8a8f7d12a4c0af;hp=401ed2775ef5fe1baacfbf17c693a084cdcdf508;hpb=85bb1ca14fceb299bc688a926fcafe6011dcaf9a;p=git-scripts.git diff --git a/run-recursive b/run-recursive index 401ed27..5881aed 100755 --- a/run-recursive +++ b/run-recursive @@ -3,5 +3,5 @@ "$@" && if [ -f .gitmodules ]; then - exec git submodule foreach "$@" + exec git submodule foreach --quiet --recursive "$@" || exit 1 fi