mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Cope with CVS weird way to report warnings.
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user