1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

restore leading "@"

This commit is contained in:
Jim Meyering
2006-09-09 14:59:37 +00:00
parent cc29b366aa
commit 1e7e9cd16e
+1 -1
View File
@@ -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; } || :