X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=run-recursive;h=35992939c5b5993cda830df0ad09da9e887865bc;hb=d5edda00cd5b8ecd8ca9b3b38654b25176beb3cb;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