(news-date-check): Require no `*' before the date.

This commit is contained in:
Ralf Wildenhues 2006-04-12 21:24:56 +00:00
parent d9ccea6f11
commit f9f8eee862

View File

@ -304,7 +304,7 @@ makefile-check:
news-date-check: NEWS
today=`date +%Y-%m-%d`; \
if head NEWS | grep '^\*.*'$$today >/dev/null; then \
if head NEWS | grep $$today >/dev/null; then \
:; \
else \
echo "today's date is not in NEWS" 1>&2; \