view configure @ 27774:89b1bc6fd40a v8.2.4413

patch 8.2.4413: Vim9: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/56acd1f8ed4d86e92684f90b3b8e0e9a355208d1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 18 13:24:52 2022 +0000 patch 8.2.4413: Vim9: Coverity warns for using NULL pointer Problem: Vim9: Coverity warns for using NULL pointer. Solution: Give an internal error when funcref function can't be found.
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Feb 2022 14:30:02 +0100
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 "$@"