From 2cb4a89797477fc90c9d84b0d45e869369e39c75 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 26 Sep 2022 16:02:48 +0100 Subject: 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) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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)!' ############################################################################### -- cgit v1.2.3