X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=6f6f03966f5905c799a1a67df58e11b0a5f7564c;hb=28754ab5f0ce9b4f6ca1641c3e10e2c68bd9b3fc;hp=8969553658bb5f4f2191f370062af9af33989d88;hpb=da4e4a65a27ca912c3f48289acf9ff7a67476c3f;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