view configure @ 12166:f512c507b061 v8.0.0963

patch 8.0.0963: terminal test fails on MacOS commit https://github.com/vim/vim/commit/d21f8b54b24e08d1f2b7c6ae32a9bc75ac4fa9fc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 15:40:01 2017 +0200 patch 8.0.0963: terminal test fails on MacOS Problem: Terminal test fails on MacOS. (chdiza) Solution: Wait for the shell to echo the characters. (closes https://github.com/vim/vim/issues/1991)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 15:45:03 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"