To: vim_dev@googlegroups.com Subject: Patch 9.0.0594 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///