view configure @ 15689:977a05589b65 v8.1.0852

patch 8.1.0852: findfile() and finddir() are not properly tested commit https://github.com/vim/vim/commit/ed71ed37bcd44bcbfcf59beee1248799de3315ec Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 30 22:13:35 2019 +0100 patch 8.1.0852: findfile() and finddir() are not properly tested Problem: findfile() and finddir() are not properly tested. Solution: Extend the test and add more. (Dominique Pelle, closes https://github.com/vim/vim/issues/3880)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jan 2019 22:15:07 +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 "$@"