Browse Source

[PATCH] remove "-r" option to xargs

git-prune-script still contained that non-portable option.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Johannes Schindelin 20 years ago committed by Junio C Hamano
parent
commit
bd6bc56d4e
  1. 2
      git-prune-script

2
git-prune-script

@ -20,6 +20,6 @@ sed -ne '/unreachable /{ @@ -20,6 +20,6 @@ sed -ne '/unreachable /{
s|\(..\)|\1/|p
}' | {
cd "$GIT_OBJECT_DIRECTORY" || exit
xargs -r $dryrun rm -f
xargs $dryrun rm -f
}


Loading…
Cancel
Save