view configure @ 34919:6d4f434b2251

CI: use explicit version tags for macos runners (#14548) Commit: https://github.com/vim/vim/commit/acba5af9572547dea7cbabe9a13e6a9a995a1281 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Apr 14 18:48:34 2024 +0200 CI: use explicit version tags for macos runners (https://github.com/vim/vim/issues/14548) as we do on others like ubuntu Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 19:00:10 +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 "$@"