view configure @ 9133:dec3b7b977c0 v7.4.1850

commit https://github.com/vim/vim/commit/bf981eeb6b4ee63ae8543a7f9865ab700159a79c Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 13:20:31 2016 +0200 patch 7.4.1850 Problem: GUI freezes when using a job. (Shougo) Solution: Unregister the channel when there is an input error.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 May 2016 13:30:05 +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 "$@"