view configure @ 10524:095c9abae4ff v8.0.0152

commit https://github.com/vim/vim/commit/04e94c788175c83be8a78372b0ed6c332969edff Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 8 13:38:58 2017 +0100 patch 8.0.0152: stray channellog created when running tests Problem: Running the channel test creates channellog. Solution: Delete the debug line.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 13:45: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 "$@"