view configure @ 18687:81d34044450f v8.1.2335

patch 8.1.2335: error message for function arguments may use NULL pointer Commit: https://github.com/vim/vim/commit/2118a302957dea352174722bf355376901f49b9b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 22 19:29:45 2019 +0100 patch 8.1.2335: error message for function arguments may use NULL pointer Problem: Error message for function arguments may use NULL pointer. (Coverity) Solution: Use the original function name.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Nov 2019 19:30:05 +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 "$@"