Mercurial > vim
annotate configure @ 28925:46fa2d54e389 v8.2.4985
patch 8.2.4985: PVS warns for possible array underrun
Commit: https://github.com/vim/vim/commit/875339b22a989d0782097036169e8fb9e2100d7e
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri May 20 14:10:50 2022 +0100
patch 8.2.4985: PVS warns for possible array underrun
Problem: PVS warns for possible array underrun.
Solution: Add a check for a positive value. (closes https://github.com/vim/vim/issues/10451)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 20 May 2022 15:15:04 +0200 |
parents | a1ca6778da49 |
children |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
5 | |
16629
a1ca6778da49
patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents:
921
diff
changeset
|
6 cd "${SRCDIR:-src}" && exec ./configure "$@" |