From dc2825ae898c526ea3619450112b2ea44f437151 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 3 Aug 2001 09:08:49 +0000 Subject: [PATCH] Cope with CVS weird way to report warnings. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index e9258740..c3d8b8c9 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -77,7 +77,7 @@ cvs-tag-check: else :; fi cvs-diff-check: - if cvs diff >cvs-diffs; then \ + if cvs diff | grep -v '^?' >cvs-diffs; then \ rm cvs-diffs; \ else \ echo "Some files are locally modified:" 1>&2; \ -- 2.47.2