git-bisect.sh: Fix sed script to work with AIX and BSD sed.
commit063036af0832710cfcb1380cc4f9c4597b98cc26
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 8 Nov 2007 21:48:24 +0000 (8 22:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Nov 2007 08:19:24 +0000 (9 00:19 -0800)
tree26ade13432646f5974f84303a8f41ae5ab8bae04
parentf3fa1838024dc0f3741d2f9654af92f6a1bb34bd
git-bisect.sh: Fix sed script to work with AIX and BSD sed.

\n is not portable in a s/// replacement string, only
in the regex part.  backslash-newline helps.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh