view configure @ 24974:2d4cef0a8faa v8.2.3024

patch 8.2.3024: execute() function test fails Commit: https://github.com/vim/vim/commit/2fb1b89d721682585228f9a6ee7da4b6d3c6634d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 20 15:03:15 2021 +0200 patch 8.2.3024: execute() function test fails Problem: execute() function test fails. Solution: Adjust test for different error.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Jun 2021 15:15:05 +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 "$@"