1
0
forked from aniani/vim

patch 8.1.2253: using "which" to check for an executable is not reliable

Problem:    Using "which" to check for an executable is not reliable.
Solution:   Use "command -v" instead.  Also exit with error code when
            generating tags has an error. (closes #5174)
This commit is contained in:
Bram Moolenaar
2019-11-04 21:24:48 +01:00
parent 2ade714728
commit ad4de52510
2 changed files with 5 additions and 3 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2253,
/**/
2252,
/**/