view configure @ 27964:c31bee906b7a v8.2.4507

patch 8.2.4507: test fails because of new error message Commit: https://github.com/vim/vim/commit/f78ee2b49f0b060c642764a620b4c55ab13af82e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 4 23:22:27 2022 +0000 patch 8.2.4507: test fails because of new error message Problem: Test fails because of new error message. Solution: Avoid the test fails.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Mar 2022 00:30:02 +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 "$@"