]> granicus.if.org Git - vim/commitdiff
patch 9.0.0594: Makefile error message causes a shell error v9.0.0594
authordundargoc <gocdundar@gmail.com>
Mon, 26 Sep 2022 15:02:48 +0000 (16:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2022 15:02:48 +0000 (16:02 +0100)
Problem:    Makefile error message causes a shell error.
Solution:   Put the message in single quotes. (closes #11232)

src/Makefile
src/version.c

index 668a87f35a9ccf6a43539f6b59e1200169fbedac..14601a2473793f39cbfe4db22845f8b1a79a2da7 100644 (file)
@@ -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)!'
 
 
 ###############################################################################
index 8f503f26e71a348f54ac7028c0e5c173395a661b..6b054544a5ccda6bdc6c3f404988717338e25d0f 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    594,
 /**/
     593,
 /**/