summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
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 e5b4e0b9a..7a7326d4b 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -522,7 +522,7 @@ vc-tag-check:
$(CVS) -n log -h README|grep -e $(this-vc-tag-regexp): >/dev/null \
&& used=yes; \
else \
- $(GIT) tag -l '^$(this-vc-tag-regexp)$$' && used=yes; \
+ test -n `$(GIT) tag -l '$(this-vc-tag)'` && used=yes; \
fi; \
if test "$$used" = yes; then \
echo "$(this-vc-tag) has already been used; not tagging" 1>&2; \