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:
committed by
Bram Moolenaar
parent
311df6bb0f
commit
2cb4a89797
@@ -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)!'
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
594,
|
||||
/**/
|
||||
593,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user