提交 bd6bc56d 编写于 作者: J Johannes Schindelin 提交者: Junio C Hamano

[PATCH] remove "-r" option to xargs

git-prune-script still contained that non-portable option.
Signed-off-by: NJohannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 b614e3d7
......@@ -20,6 +20,6 @@ sed -ne '/unreachable /{
s|\(..\)|\1/|p
}' | {
cd "$GIT_OBJECT_DIRECTORY" || exit
xargs -r $dryrun rm -f
xargs $dryrun rm -f
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册