X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=gc-not-packed-recursive;h=8d47871ea5d765129bab9991b06315a1e7cb95d1;hp=ca1704315a8166dbb3ba86091abba215b14af23f;hb=HEAD;hpb=cd2022e1e1db8e89f7fae123057a51392862ccf4 diff --git a/gc-not-packed-recursive b/gc-not-packed-recursive index ca17043..8d47871 100755 --- a/gc-not-packed-recursive +++ b/gc-not-packed-recursive @@ -1,8 +1,4 @@ #! /bin/sh prog_dir="`dirname \"$0\"`" && -"$prog_dir"/gc-not-packed && - -if [ -f .gitmodules ]; then - exec git submodule foreach "$prog_dir"/gc-not-packed -fi +exec "$prog_dir"/run-recursive "$prog_dir"/gc-not-packed