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; \