view configure @ 20271:5aacedd332a8 v8.2.0691

patch 8.2.0691: startup test fails Commit: https://github.com/vim/vim/commit/7779ee30d912e9dd5bd2371f8b27057bd249d53c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 17:55:32 2020 +0200 patch 8.2.0691: startup test fails Problem: Startup test fails. Solution: Adjust expected output from -V2 argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 18:00: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 "$@"