openbsd-ports/devel/git/patches/patch-t_t9200-git-cvsexportcommit_sh
bernd a9db1239bf Update to git-1.7.3.1.
Add a README.OpenBSD file with some notes about the send-email
command. (via matthieu@)
2010-10-07 09:42:23 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-t_t9200-git-cvsexportcommit_sh,v 1.3 2010/10/07 09:42:23 bernd Exp $
--- t/t9200-git-cvsexportcommit.sh.orig Sun Sep 19 01:43:54 2010
+++ t/t9200-git-cvsexportcommit.sh Tue Sep 21 14:44:36 2010
@@ -35,7 +35,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