view configure @ 13098:318577da90b1 v8.0.1424

patch 8.0.1424: the timer_pause test is flaky on Travis commit https://github.com/vim/vim/commit/a47ebdbd222ae488a65be4e8bc3fd87c6301c000 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 23 18:41:35 2017 +0100 patch 8.0.1424: the timer_pause test is flaky on Travis Problem: The timer_pause test is flaky on Travis. Solution: Accept a longer sleep time on Mac.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Dec 2017 18:45:05 +0100
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 "$@"