a9db1239bf
Add a README.OpenBSD file with some notes about the send-email command. (via matthieu@)
13 lines
458 B
Plaintext
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
|