view configure @ 32890:277ac1fb33cc v9.0.1754

patch 9.0.1754: still Ci breakage (after 9.0.1741) Commit: https://github.com/vim/vim/commit/f244b2fbf2df7f984074c287b3d854bc62472b23 Author: LemonBoy <thatlemon@gmail.com> Date: Sat Aug 19 16:02:04 2023 +0200 patch 9.0.1754: still Ci breakage (after 9.0.1741) Problem: still ci breakage (after 9.0.1741) Solution: fix remaining issue Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: LemonBoy <thatlemon@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 16: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 "$@"