From: Jim Meyering Date: Sun, 16 Oct 2005 11:00:22 +0000 (+0000) Subject: whoops. Don't put $$today inside single quotes. X-Git-Tag: v5.91~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0652d12852efee5f6c68288d85e0af9dd44549db;p=thirdparty%2Fcoreutils.git whoops. Don't put $$today inside single quotes. --- diff --git a/Makefile.maint b/Makefile.maint index 859eba6bee..5a210aec2f 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -299,7 +299,7 @@ makefile-check: news-date-check: NEWS today=`date +%Y-%m-%d`; \ - if head NEWS | grep '^\*.* $(VERSION_REGEXP) \($$today\)' \ + if head NEWS | grep '^\*.* $(VERSION_REGEXP) ('$$today')' \ >/dev/null; then \ :; \ else \