From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:10:46 +0000 (+0000) Subject: Fix translations build logging when translation is disabled (#2468) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fsquid.git Fix translations build logging when translation is disabled (#2468) Remove spurious \n character. --- diff --git a/errors/Makefile.am b/errors/Makefile.am index c877daaa18..799a3e09ce 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -68,7 +68,7 @@ NOTIDY=`$(PO2HTML) --help | grep -o "[-]-notidy"` echo "Done translating $$lang"; \ else \ lang=$(@:.lang=); \ - echo "Translation of $$lang disabled\n"; \ + echo "Translation of $$lang disabled"; \ fi; \ touch $@