view configure @ 26474:9c84f7c6082d v8.2.3767

patch 8.2.3767: crash when using NULL partial Commit: https://github.com/vim/vim/commit/e8a92b6166e32f8e583e01c9f541cf81cf76f8e6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 9 17:44:01 2021 +0000 patch 8.2.3767: crash when using NULL partial Problem: Crash when using NULL partial. Solution: Check for NULL.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Dec 2021 18:45:04 +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 "$@"