diff options
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 5a210aec2..de161e360 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -308,7 +308,7 @@ news-date-check: NEWS fi changelog-check: - if head ChangeLog | grep 'Version $(VERSION_REGEXP)\.$' \ + if head ChangeLog | grep 'Version $(VERSION_REGEXP)\.$$' \ >/dev/null; then \ :; \ else \ |