view configure @ 33092:4544279fae46 v9.0.1831

patch 9.0.1831: Vim9: failing null test Commit: https://github.com/vim/vim/commit/6ad4a60a972c7dc2d0cd099fed1e8480cc63422f Author: Gianmaria Bajo <mg1979.git@gmail.com> Date: Thu Aug 31 20:55:35 2023 +0200 patch 9.0.1831: Vim9: failing null test Problem: Vim9: failing null test Solution: Use required public keyword closes: #12982 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Gianmaria Bajo <mg1979.git@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2023 21:00:02 +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 "$@"