Revision 73fc2aadc748da8a5515345ab02657e4db7f66d4 authored by Junio C Hamano on 28 June 2017, 17:17:04 UTC, committed by Junio C Hamano on 28 June 2017, 17:17:50 UTC
GNU grep allows "\(A\|B\)" as alternation in BRE, but this is an
extension not understood by some other implementations of grep
(Michael Kebe reported an breakage on Solaris).

Rewrite the offending test to ERE and use egrep instead.

Noticed-by: Michael Kebe <michael.kebe@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 90cf590
History
File Mode Size
COPYING -rw-r--r-- 18.3 KB
README -rw-r--r-- 2.1 KB

README

back to top