From: Jim Meyering Date: Tue, 13 Sep 2005 15:42:45 +0000 (+0000) Subject: escape a $ in a diagnostic X-Git-Tag: CPPI-1_12~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcbf217aa59eb56dffdef0f5ee2f38c223b4d709;p=thirdparty%2Fcoreutils.git escape a $ in a diagnostic --- diff --git a/Makefile.maint b/Makefile.maint index d0aad9b4fa..cb94c3934f 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -278,7 +278,7 @@ strftime-check: # to emit a definition for each substituted variable. makefile-check: grep -E '@[A-Z_0-9]+@' `find . -name Makefile.am` \ - && { echo 'Makefile.maint: use $(...), not @...@' 1>&2; exit 1; } || : + && { echo 'Makefile.maint: use $$(...), not @...@' 1>&2; exit 1; } || : news-date-check: NEWS today=`date +%Y-%m-%d`; \