From: Jim Meyering Date: Sat, 9 Sep 2006 14:59:37 +0000 (+0000) Subject: restore leading "@" X-Git-Tag: v6.2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e7e9cd16e9313fbefa4158cc01355698dc6a594;p=thirdparty%2Fcoreutils.git restore leading "@" --- diff --git a/Makefile.maint b/Makefile.maint index 6825d8d13a..ef8a621a86 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -197,7 +197,7 @@ endif # On 2004-04-13, they were all changed to start with gl_ instead. # Make sure that none are inadvertently reintroduced. sc_prohibit_jm_in_m4: - grep -nE 'jm_[A-Z]' \ + @grep -nE 'jm_[A-Z]' \ $$($(CVS_LIST) m4 |grep '\.m4$$'; echo /dev/null) && \ { echo '$(ME): do not use jm_ in m4 macro names' \ 1>&2; exit 1; } || :