mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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:
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,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user