commit | 1ef73e33c9414eb02c229d8234aafd9d481a8856 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 19:21:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 19:21:30 2017 +0100 |
tree | ea8c934b8f2e1d109ab7bce70074bf0bde5dda09 | |
parent | ad2cfb54b78523435b31de7234081ff70a53e736 [diff] [blame] |
patch 8.0.0442: patch shell command not well escaped Problem: Patch shell command uses double quotes around the argument, which allows for $HOME to be expanded. (Etienne) Solution: Use single quotes on Unix. (closes #1543)
diff --git a/src/version.c b/src/version.c index aee70ef..0f7b4e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 442, +/**/ 441, /**/ 440,