5fccd654b3
Also: - install gitweb and related stuff (from Simon Kuhnle) - fix paths in some manpages (noticed by mk@) - 64bit for date.c fix went upstream Thanks guys!
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
$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
|