view configure @ 22754:837756417c5e v8.2.1925

patch 8.2.1925: list/dict test fails Commit: https://github.com/vim/vim/commit/6d967125ad87b1c2a9467357286c3514d5dd1c40 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 30 19:06:18 2020 +0100 patch 8.2.1925: list/dict test fails Problem: List/dict test fails. Solution: Correct expected exception.
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Oct 2020 19:15: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 "$@"