mirror of
https://github.com/git/git.git
synced 2024-11-25 02:44:48 +08:00
[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>
This commit is contained in:
parent
b614e3d757
commit
bd6bc56d4e
@ -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…
Reference in New Issue
Block a user