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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220926150354.12C721C03EB%40moolenaar.net.