Do not fail after calling bisect_auto_next()
[git.git] / git-bisect.sh
index a5be3a7..8dc77c9 100755 (executable)
@@ -110,7 +110,7 @@ bisect_next_check() {
 }
 
 bisect_auto_next() {
-       bisect_next_check && bisect_next
+       bisect_next_check && bisect_next || :
 }
 
 bisect_next() {