commit | a387083b2f65c2c14b19087c7d7f94ca23de1d48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:20:44 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:20:44 2021 +0100 |
tree | 07658a0f9b04c208c627e8808939a54ef917f064 | |
parent | beef4eeda5c6865fcfe46db43ae71429a2025b58 [diff] [blame] |
patch 8.2.2259: Test_Executable() fails when using chroot Problem: Test_Executable() fails when using chroot. Solution: Ignore the difference between "sbin" and "bin".
diff --git a/src/version.c b/src/version.c index 92d4573..5ebda46 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2259, +/**/ 2258, /**/ 2257,