view configure @ 26939:ae2324aca26b v8.2.3998

patch 8.2.3998: asan error for adding zero to NULL Commit: https://github.com/vim/vim/commit/48824e952f7db8ca657fe20e66456fc19fca6815 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 4 16:05:48 2022 +0000 patch 8.2.3998: asan error for adding zero to NULL Problem: Asan error for adding zero to NULL. Solution: Do not compute pointer if there are no entries.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jan 2022 17:15: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 "$@"