From: Pádraig Brady Date: Sun, 4 Nov 2012 00:55:57 +0000 (+0000) Subject: maint: fix the error message from sc_check-I18N-AUTHORS X-Git-Tag: v8.21~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8096ec664173f243e045be065203e6ad1aa1fa75;p=thirdparty%2Fcoreutils.git maint: fix the error message from sc_check-I18N-AUTHORS * cfk.mk (sc_check-I18N-AUTHORS): Fix the quoting so you don't get a 'command not found' error. --- diff --git a/cfg.mk b/cfg.mk index 46652b0173..53295b4c75 100644 --- a/cfg.mk +++ b/cfg.mk @@ -187,7 +187,7 @@ sc_check-I18N-AUTHORS: for i in $$(git grep -l -w proper_name_utf8 *.c|sed 's/\.c//'); do \ grep -E "^src_$${i}_LDADD"' .?= .*\$$\(LIBICONV\)' local.mk \ > /dev/null \ - || { "echo $(ME): link rules for $$i do not include" \ + || { echo "$(ME): link rules for $$i do not include" \ '$$(LIBICONV)' 1>&2; exit 1; }; \ done