view configure @ 24940:0c415a0f54f9 v8.2.3007

patch 8.2.3007: Vim9: test for void value fails Commit: https://github.com/vim/vim/commit/61a417b7c1fe858d778c7c47f33f7b4dac19360d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 15 22:54:28 2021 +0200 patch 8.2.3007: Vim9: test for void value fails Problem: Vim9: test for void value fails. Solution: Adjust expected error. Do not make a copy of void.
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jun 2021 23:15:02 +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 "$@"