commit | bc906e445c77eb4fb5ef97465a45b46499bba111 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 17:21:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 17:21:05 2017 +0200 |
tree | afb23c34daba166727f75481acb834ec3057f70f | |
parent | f5be7cd01642fafc4b7d68894eb60cca60c7a405 [diff] [blame] |
patch 8.0.0954: /proc/self/exe might be a relative path Problem: /proc/self/exe might be a relative path. Solution: Make the path a full path. (James McCoy, closes #1983)
diff --git a/src/version.c b/src/version.c index 352e0a9..0990d83 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 954, +/**/ 953, /**/ 952,