git-bisect.sh: fix a few style issues
commit305a233c98b2cc2f779789b7003544bbbb93fc14
authorJacopo Notarstefano <jacopo.notarstefano@gmail.com>
Tue, 4 Mar 2014 00:21:43 +0000 (4 01:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Mar 2014 02:29:34 +0000 (3 18:29 -0800)
treebb1087c650f3d254743cf3511495814b703512be
parent7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d
git-bisect.sh: fix a few style issues

Redirection operators should have a space before them, but not after them.

Signed-off-by: Jacopo Notarstefano <jacopo.notarstefano@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh