X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-prune-script;h=a8e338c488865b1579071ea363fc18fa8e3d8890;hb=3c4e8a636f4de3668b24d0020df731cdc78ae6e9;hp=2c678f26a4ec8c9a319944b76c427b30450bf861;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;p=git.git diff --git a/git-prune-script b/git-prune-script index 2c678f26..a8e338c4 100755 --- a/git-prune-script +++ b/git-prune-script @@ -20,6 +20,6 @@ sed -ne '/unreachable /{ s|\(..\)|\1/|p }' | { cd "$GIT_OBJECT_DIRECTORY" || exit - xargs -r $dryrun rm -f + xargs $dryrun rm -f }