]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix translations build logging when translation is disabled (#2468) master
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Fri, 31 Jul 2026 18:10:46 +0000 (18:10 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 1 Aug 2026 05:25:47 +0000 (05:25 +0000)
Remove spurious \n character.

errors/Makefile.am

index c877daaa188a68b2d9136a7cb6c3e12fb8cf968b..799a3e09cefa849ae458ba11232b154d957d4486 100644 (file)
@@ -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 $@