]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
whoops. Don't put $$today inside single quotes.
authorJim Meyering <jim@meyering.net>
Sun, 16 Oct 2005 11:00:22 +0000 (11:00 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Oct 2005 11:00:22 +0000 (11:00 +0000)
Makefile.maint

index 859eba6bee97d4ee26ed718dc1eb8e2af82bcdbc..5a210aec2f5d6060e92d7437febc28b113a22e25 100644 (file)
@@ -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 \