view configure @ 28660:a3bcb2a30572 v8.2.4854

patch 8.2.4854: array size does not match usage Commit: https://github.com/vim/vim/commit/2f7e00a8aeceaf1d682d9e797149c1c51654ff68 Author: Christian Brabandt <cb@256bit.org> Date: Mon May 2 00:06:51 2022 +0100 patch 8.2.4854: array size does not match usage Problem: Array size does not match usage. Solution: Make array size 3 instead of 4. (Christian Brabandt, closes https://github.com/vim/vim/issues/10336)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 01:15:04 +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 "$@"