commit | dc21552c9a83413a018a91e61649cc632929d6a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 17:03:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 17:03:26 2022 +0100 |
tree | 79f94e1c0409b24c18196449e2a0ec2ed4f0f3d3 | |
parent | b9725bc7f6427654eb4e35874034b0ec1b6b96b3 [diff] [blame] |
patch 9.0.0584: cscope test with wrong executable name fails Problem: Cscope test with wrong executable name fails. Solution: Use /bin/sh to execute the command. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index fdd6a23..9740201 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 584, +/**/ 583, /**/ 582,