From 21d0bc2f9a5bcbee2593e9f2ad05d64d3dcf3a0e Mon Sep 17 00:00:00 2001 From: Nanako Shiraishi Date: Wed, 26 Aug 2009 17:38:50 +0900 Subject: git-bisect: call the found commit "*the* first bad commit" Signed-off-by: Nanako Shiraishi Signed-off-by: Junio C Hamano --- git-bisect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-bisect.sh') diff --git a/git-bisect.sh b/git-bisect.sh index 8969553658..6f6f03966f 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 -- cgit v1.3