view configure @ 12058:e78fde22faec v8.0.0909

patch 8.0.0909: channel test fails commit https://github.com/vim/vim/commit/8ed54007399f968aab447ae6cb46623b1bdbc75e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 11 22:22:36 2017 +0200 patch 8.0.0909: channel test fails Problem: Channel test fails. Solution: Allow for "cwd" and "env" arguments.
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Aug 2017 22: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 "$@"