From: dundargoc Date: Mon, 26 Sep 2022 15:02:48 +0000 (+0100) Subject: patch 9.0.0594: Makefile error message causes a shell error X-Git-Tag: v9.0.0594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb4a89797477fc90c9d84b0d45e869369e39c75;p=thirdparty%2Fvim.git patch 9.0.0594: Makefile error message causes a shell error Problem: Makefile error message causes a shell error. Solution: Put the message in single quotes. (closes #11232) --- diff --git a/src/Makefile b/src/Makefile index 668a87f35a..14601a2473 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3578,7 +3578,7 @@ objects/xpatience.o: xdiff/xpatience.c $(XDIFF_INCL) Makefile: - @echo The name of the makefile MUST be "Makefile" (with capital M)!!!! + @echo 'The name of the makefile MUST be "Makefile" (with capital M)!' ############################################################################### diff --git a/src/version.c b/src/version.c index 8f503f26e7..6b054544a5 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 594, /**/ 593, /**/