view configure @ 12769:083ae2cfcc5b v8.0.1262

patch 8.0.1262: terminal redir test is flaky commit https://github.com/vim/vim/commit/7dd88c5133feda7e9ccfedcb38b6dfdba459d507 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 4 20:46:40 2017 +0100 patch 8.0.1262: terminal redir test is flaky Problem: Terminal redir test is flaky. Solution: Add it to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Nov 2017 21:00: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 "$@"