view configure @ 19318:673a95ef80af v8.2.0217

patch 8.2.0217: terminal test fails on Mac Commit: https://github.com/vim/vim/commit/adbc11c2ee828fcc9d79c7d3c0c968c68657e3d1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 22:21:08 2020 +0100 patch 8.2.0217: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Add a short wait.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 22:30: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 "$@"