view configure @ 25607:54fef15ed370 v8.2.3340

patch 8.2.3340: accessing uninitialized pointer Commit: https://github.com/vim/vim/commit/78a9c2e670d29349404b346e0aa90264cab19e9b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 13 20:12:13 2021 +0200 patch 8.2.3340: accessing uninitialized pointer Problem: Accessing uninitialized pointer. Solution: Set pointer to NULL.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Aug 2021 20:15: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 "$@"