view configure @ 15898:67729676d3f7 v8.1.0955

patch 8.1.0955: matchit autoload directory not in installer commit https://github.com/vim/vim/commit/66ae3d199fdcd732eb79266e913e4e6d2e82ee76 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 19 21:40:28 2019 +0100 patch 8.1.0955: matchit autoload directory not in installer Problem: Matchit autoload directory not in installer. (Chris Morgan) Solution: Adjust the NSIS script. (Christian Brabandt, closes https://github.com/vim/vim/issues/4006)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Feb 2019 21:45:08 +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 "$@"