diff: fix java funcname pattern for solaris
commit14a5c7c19351a7db56803c9086b133fe131f55f6
authorJeff King <peff@peff.net>
Thu, 21 Feb 2008 00:01:16 +0000 (20 19:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Feb 2008 04:21:43 +0000 (20 20:21 -0800)
tree4b38915006ab5081ba52b50ea5372cebbbf83dd8
parent1bd38e8dcca03e318d6000d62cf74c541945a8ba
diff: fix java funcname pattern for solaris

The Solaris regex library doesn't like having the '$' anchor
inside capture parentheses. It rejects the match, causing
t4018 to fail.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c