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