From bd6bc56d4ebf04113657647e6d071e24ca708dad Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 28 Jul 2005 16:48:13 +0200 Subject: [PATCH] remove "-r" option to xargs git-prune-script still contained that non-portable option. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano diff --git a/git-prune-script b/git-prune-script index 2c678f2..a8e338c 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 } -- cgit v0.10.2-6-g49f6