13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
$OpenBSD: patch-t_t9200-git-cvsexportcommit_sh,v 1.5 2014/03/10 20:56:53 pascal Exp $
|
|
--- t/t9200-git-cvsexportcommit.sh.orig Fri Feb 14 22:57:09 2014
|
|
+++ t/t9200-git-cvsexportcommit.sh Sun Feb 16 18:13:37 2014
|
|
@@ -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
|