view configure @ 9252:c25898cc99c1 v7.4.1909

commit https://github.com/vim/vim/commit/945ec093cd4ddefab930239990564b12eb232153 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 8 21:17:43 2016 +0200 patch 7.4.1909 Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Jun 2016 21:30:06 +0200
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 "$@"