commit | 7d0dbd0070fd8ed86b08f81f6acfad9a5fe55672 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 00:56:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 00:56:50 2023 +0100 |
tree | 0bdf465715444166c2933c07fa1adfa5370e3c7e | |
parent | 2f43ec9363b8f4120609ef43841a5524fed0f7d7 [diff] |
patch 9.0.1656: syntax test fails when detected shell type differs Problem: Syntax test fails when detected shell type differs. Solution: Avoid using "/bin/sh", it depends on the system. Add a check that the shell type detection is correct.
diff --git a/src/version.c b/src/version.c index fed49d9..535afe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1656, +/**/ 1655, /**/ 1654,