1
0
forked from aniani/vim

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)
This commit is contained in:
dundargoc
2022-09-26 16:02:48 +01:00
committed by Bram Moolenaar
parent 311df6bb0f
commit 2cb4a89797
2 changed files with 3 additions and 1 deletions

View 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)!'
###############################################################################

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
594,
/**/
593,
/**/