view configure @ 11137:95c646fd8d9b

Fix duplication of patch. commit https://github.com/vim/vim/commit/26a280c47a1c6e32cdced79032dc495c60710d0d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 13 21:50:55 2017 +0100 Fix duplication of patch.
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Mar 2017 22: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 "$@"