view configure @ 20303:98e7b880b7b1 v8.2.0707

patch 8.2.0707: Vim9 function test fails Commit: https://github.com/vim/vim/commit/f391586f3f6a304d3bb0160ab75bdd9d758bd2da Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 14:37:19 2020 +0200 patch 8.2.0707: Vim9 function test fails Problem: Vim9 function test fails. Solution: Adjust expected error code.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 14:45: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 "$@"