view configure @ 13225:1961162121c7 v8.0.1487

patch 8.0.1487: test 14 fails commit https://github.com/vim/vim/commit/8846ac5aedb568b9aae969f0ad2b9b1606522ca9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 19:24:01 2018 +0100 patch 8.0.1487: test 14 fails Problem: Test 14 fails. Solution: Fix of-by-one error.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 19:30:06 +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 "$@"