mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
Thinko.
This commit is contained in:
@@ -77,10 +77,10 @@ cvs-tag-check:
|
||||
else :; fi
|
||||
|
||||
cvs-diff-check:
|
||||
cvs diff | grep -v '^?' >cvs-diffs
|
||||
if grep . cvs-diff >dev/null; then \
|
||||
echo "Some files are locally modified:" 1>&2; \
|
||||
cat cvs-diffs; \
|
||||
cvs diff | grep -v '^?' >cvs-diffs; \
|
||||
if grep . cvs-diff >/dev/null; then \
|
||||
echo "Some files are locally modified:" >&2; \
|
||||
cat cvs-diffs >&2; \
|
||||
exit 1; \
|
||||
else \
|
||||
rm cvs-diffs; \
|
||||
|
||||
Reference in New Issue
Block a user