view configure @ 8007:ac78cba9e72b v7.4.1298

commit https://github.com/vim/vim/commit/d6a8d48587b2ff43c343fa365898576cc1e235ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 10 20:32:20 2016 +0100 patch 7.4.1298 Problem: When the channel test fails in an unexpected way the server keeps running. Solution: Use try/catch. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Feb 2016 20:45: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 "$@"