view configure @ 26512:a753cca75c69 v8.2.3786

patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Commit: https://github.com/vim/vim/commit/4f16e9de985c5178e9cf15d69facfec6f15a5e09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 11 18:46:29 2021 +0000 patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Problem: Test fails because of using Vim9 syntax in legacy function. Solution: Add "call".
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Dec 2021 20:00:04 +0100
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 "$@"