mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
(news-date-check): Require no `*' before the date.
This commit is contained in:
parent
d9ccea6f11
commit
f9f8eee862
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user