X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=run-recursive;h=35992939c5b5993cda830df0ad09da9e887865bc;hb=9ce073122e61d2b27bc8921a4e1667fbb3f3ed2e;hp=401ed2775ef5fe1baacfbf17c693a084cdcdf508;hpb=85bb1ca14fceb299bc688a926fcafe6011dcaf9a;p=git-scripts.git 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