X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=gc-not-packed-recursive;h=8d47871ea5d765129bab9991b06315a1e7cb95d1;hp=46572cc12261713ba61f78f3d06ed400d732c70e;hb=HEAD;hpb=6b688da4c74af2eeadc7bc29412c8a8ef25e5016 diff --git a/gc-not-packed-recursive b/gc-not-packed-recursive index 46572cc..8d47871 100755 --- a/gc-not-packed-recursive +++ b/gc-not-packed-recursive @@ -1,7 +1,4 @@ #! /bin/sh prog_dir="`dirname \"$0\"`" && - -"$prog_dir"/gc-not-packed || exit 1 -git submodule foreach "$prog_dir"/gc-not-packed -exit 0 # Ignore errors from git submodule in bare repos +exec "$prog_dir"/run-recursive "$prog_dir"/gc-not-packed