view configure @ 10330:71ca6a16e818 v8.0.0060

commit https://github.com/vim/vim/commit/426f3754223c8ff8a1bc51d6ba1eba11e8982ebc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 4 21:22:37 2016 +0100 patch 8.0.0060 Problem: When using an Ex command for 'keywordprg' it is escaped as with a shell command. (Romain Lafourcade) Solution: Escape for an Ex command. (closes https://github.com/vim/vim/issues/1175)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Nov 2016 21:30: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 "$@"