X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=6f6f03966f5905c799a1a67df58e11b0a5f7564c;hb=b9759f0762c17a5b7bc36af98613c67249931330;hp=8969553658bb5f4f2191f370062af9af33989d88;hpb=58b1ef2f0fce75ebf4fbf88e5bdf76a0afaeacce;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 896955365..6f6f03966 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -405,7 +405,7 @@ bisect_run () { exit $res fi - if grep "is first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then + if grep "is the first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then echo "bisect run success" exit 0; fi