X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=gc-not-packed-repos;h=a7f470fc30cb1ca534bf5c5d1950ceecf4010d11;hb=9a73fd795453b874efe7da629d6954ba05774503;hp=f7b7c78ab08944f88efd924231f75500bf3cf6f5;hpb=f1cf0b7f2f8fccf7364be8dc0e998e9c64b55876;p=git-scripts.git diff --git a/gc-not-packed-repos b/gc-not-packed-repos index f7b7c78..a7f470f 100755 --- a/gc-not-packed-repos +++ b/gc-not-packed-repos @@ -3,7 +3,7 @@ cd "`dirname \"$0\"`" && prog_dir="`pwd`" && -for d in `"$prog_dir"/ls-not-packed` +for d in `"$prog_dir"/ls-not-packed-repos` do echo "----- $d -----" && cd "$d" && "$prog_dir"/gc-not-packed-recursive || exit 1