mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-25 19:04:09 +08:00
(cvs-dist): Search for `$tag:' rather than just $tag
to avoid matching a prefix of another tag.
This commit is contained in:
parent
b7657496c3
commit
d8a0eef528
@ -18,7 +18,7 @@ cvs-dist: maintainer-check
|
||||
ver=`echo "$(VERSION)" | sed 's/\./_/g'`; \
|
||||
tag="$$pkg-$$ver"; \
|
||||
echo tag=$$tag; \
|
||||
if cvs -n log -h README| grep -e $$tag > /dev/null; then \
|
||||
if cvs -n log -h README| grep -e $$tag: > /dev/null; then \
|
||||
echo "VERSION not new; not tagging" 1>&2; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
|
Loading…
Reference in New Issue
Block a user