commit | bf634a0a8b64fda2e53d3e2254fe0ffdc3d67196 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 17:20:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 17:20:04 2021 +0200 |
tree | b2e55b622d3a1505f11bce4d18db8be5352e8736 | |
parent | b9115da4bec5e6cfff69da85cc47c42dd67e42e4 [diff] [blame] |
patch 8.2.3256: executable test may fail on new Ubuntu system Problem: Executable test may fail on new Ubuntu system. Solution: Consider /usr/bin/cat and /bin/cat the same.
diff --git a/src/version.c b/src/version.c index d8e07b1..2ef5237 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3256, +/**/ 3255, /**/ 3254,