view configure @ 15060:a7b9fa73d238 v8.1.0541

patch 8.1.0541: help message in dosinst.c is outdated commit https://github.com/vim/vim/commit/2b84949ad8f247e5d142e2fb1371b3e37567977a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 21 13:58:35 2018 +0100 patch 8.1.0541: help message in dosinst.c is outdated Problem: Help message in dosinst.c is outdated. Solution: Update the comment. (Ken Takata, closes https://github.com/vim/vim/issues/3626)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Nov 2018 14:00:09 +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 "$@"