summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-11-14 15:33:34 +0000
committerJim Meyering <jim@meyering.net>1998-11-14 15:33:34 +0000
commitd8a0eef528c1767e8a8a5252e800aa551f594015 (patch)
tree4af30fa61fa5810cd1b4fe75e31de26d85aaa87d /Makefile.maint
parentb7657496c33dfa4c7e6ad6dfcf8407813c98e2df (diff)
downloadcoreutils-d8a0eef528c1767e8a8a5252e800aa551f594015.tar.xz
(cvs-dist): Search for `$tag:' rather than just $tag
to avoid matching a prefix of another tag.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 374661bec..1d3e25cbb 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -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; \