view configure @ 22663:0f90c15a4a28 v8.2.1880

patch 8.2.1880: Vim9: asan complains about adding zero to NULL Commit: https://github.com/vim/vim/commit/af7a9066a956db23a8bc67bc1f82466e3eff55ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 21 16:49:17 2020 +0200 patch 8.2.1880: Vim9: asan complains about adding zero to NULL Problem: Vim9: Asan complains about adding zero to NULL. Solution: Check for argument count first.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 17:00:03 +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 "$@"