commit | a79a8944dade9115ccaa5a06a076dfb257e56c62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 20:50:25 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 20:50:25 2020 +0100 |
tree | c9fb0d221cb756bfd84f0427cb618ec5e7034fd2 | |
parent | 8ea05de6aa1d133cba3381bcc36adf1736b08e00 [diff] [blame] |
patch 8.2.2151: $dir not expanded when configure checks for moonjit Problem: $dir not expanded when configure checks for moonjit. Solution: Use double quotes instead of single quotes. (closes #7478)
diff --git a/src/version.c b/src/version.c index 86ccdd6..43daa6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2151, +/**/ 2150, /**/ 2149,