commit | 2cb4a89797477fc90c9d84b0d45e869369e39c75 | [log] [tgz] |
---|---|---|
author | dundargoc <gocdundar@gmail.com> | Mon Sep 26 16:02:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 16:02:48 2022 +0100 |
tree | 0754d4e56d9873736ac48fa7c130d4ad7b934824 | |
parent | 311df6bb0f861154e6a27144c226c805c7554a94 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8f503f2..6b05454 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 594, +/**/ 593, /**/ 592,