view configure @ 8146:5dacbd22fefd v7.4.1367

commit https://github.com/vim/vim/commit/c6b14f0a8346ec7ddd86f3349d0b861a1b500147 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 15:26:42 2016 +0100 patch 7.4.1367 Problem: Compiler warning for unreachable code. Solution: Remove a "break". (Danek Duvall)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 15:30:04 +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 "$@"