X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=run-recursive;h=35992939c5b5993cda830df0ad09da9e887865bc;hp=401ed2775ef5fe1baacfbf17c693a084cdcdf508;hb=HEAD;hpb=85bb1ca14fceb299bc688a926fcafe6011dcaf9a diff --git a/run-recursive b/run-recursive index 401ed27..3599293 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 "$@" fi