view configure @ 15162:d2ac3f2b44ba v8.1.0591

patch 8.1.0591: channel sort test is flaky commit https://github.com/vim/vim/commit/6c8dd39df938c7502a740f59825feeaa5736b245 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 22:42:13 2018 +0100 patch 8.1.0591: channel sort test is flaky Problem: Channel sort test is flaky. Solution: Do not check if the job is running, it may have be done very fast.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 22:45:06 +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 "$@"