From d8a0eef528c1767e8a8a5252e800aa551f594015 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 14 Nov 1998 15:33:34 +0000 Subject: [PATCH] (cvs-dist): Search for `$tag:' rather than just $tag to avoid matching a prefix of another tag. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index 374661bec0..1d3e25cbbe 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; \ -- 2.47.3