Patch 9.0.0594

3 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 26, 2022, 11:04:07 AM9/26/22
to vim...@googlegroups.com

Patch 9.0.0594
Problem: Makefile error message causes a shell error.
Solution: Put the message in single quotes. (closes #11232)
Files: src/Makefile


*** ../vim-9.0.0593/src/Makefile 2022-09-16 12:28:29.342066929 +0100
--- src/Makefile 2022-09-26 16:00:51.337748965 +0100
***************
*** 3578,3584 ****


Makefile:
! @echo The name of the makefile MUST be "Makefile" (with capital M)!!!!


###############################################################################
--- 3578,3584 ----


Makefile:
! @echo 'The name of the makefile MUST be "Makefile" (with capital M)!'


###############################################################################
*** ../vim-9.0.0593/src/version.c 2022-09-26 15:52:42.843254985 +0100
--- src/version.c 2022-09-26 16:02:08.965521129 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 594,
/**/

--
hundred-and-one symptoms of being an internet addict:
179. You wonder why your household garbage can doesn't have an
"empty recycle bin" button.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages