view configure @ 13533:9e9e9f10e311 v8.0.1640

patch 8.0.1640: Test_cwd() is flaky commit https://github.com/vim/vim/commit/65873846e088bb94028e9d591ea03e377cb206b5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 25 17:12:58 2018 +0200 patch 8.0.1640: Test_cwd() is flaky Problem: Test_cwd() is flaky. Solution: Add to list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Mar 2018 17:15:06 +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 "$@"