author | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jan 2008 06:22:55 +0000 (22:22 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jan 2008 08:07:51 +0000 (00:07 -0800) | ||
commit | 7ee906694c28ab7281492d5114d2afabd964bd41 | |
tree | c14c336acfd1496259af860051420368809c72f7 | tree | snapshot |
parent | 144126abf99f2eac48e63b7ea85a8f3f99f814db | commit | diff |
t/t7600: avoid GNUism in grep
Using \+ to mean "one or more" in grep without -E is a GNU
extension outside POSIX. Avoid it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Using \+ to mean "one or more" in grep without -E is a GNU
extension outside POSIX. Avoid it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7600-merge.sh | diff | blob | history |