$OpenBSD: patch-t_t9200-git-cvsexportcommit_sh,v 1.2 2009/05/18 19:23:58 bernd Exp $
--- t/t9200-git-cvsexportcommit.sh.orig	Thu May  7 06:29:04 2009
+++ t/t9200-git-cvsexportcommit.sh	Fri May  8 09:52:09 2009
@@ -34,7 +34,7 @@ exit 1
 
 check_entries () {
 	# $1 == directory, $2 == expected
-	grep '^/' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
+	grep -a '^/' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
 	if test -z "$2"
 	then
 		>expected
