view configure @ 30630:218363931f5d v9.0.0650

patch 9.0.0650: some tests are failing Commit: https://github.com/vim/vim/commit/0466d398a550623126fba3a2a08208a798b28bda Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 17:07:34 2022 +0100 patch 9.0.0650: some tests are failing Problem: Some tests are failing. Solution: Adjust for "<<<" showing up.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 18: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 "$@"