view configure @ 25583:7d3c296a117f v8.2.3328

patch 8.2.3328: Coverity error for not checking return value Commit: https://github.com/vim/vim/commit/b85d3627d9a7b41d603c58a16d0ddbf6b88beeaf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 11 15:54:59 2021 +0200 patch 8.2.3328: Coverity error for not checking return value Problem: Coverity error for not checking return value. Solution: Check value is not negative.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 16:00:06 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"