提交 434d036f 编写于 作者: J Junio C Hamano

Do not fail after calling bisect_auto_next()

As a convenience measure, 'bisect bad' or 'bisect good' automatically
does 'bisect next' when it knows it can, but the result of that test
to see if it can was leaking through as the exit code from the whole
thing, which was bad.  Noticed by Anton Blanchard.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 b3661567
......@@ -110,7 +110,7 @@ bisect_next_check() {
}
bisect_auto_next() {
bisect_next_check && bisect_next
bisect_next_check && bisect_next || :
}
bisect_next() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册