view configure @ 25433:42c9386eebf4 v8.2.3253

patch 8.2.3253: channel test fails randomly Commit: https://github.com/vim/vim/commit/890ee4e2be1dca0c07a91f836e26baead952ae7c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 30 21:56:10 2021 +0200 patch 8.2.3253: channel test fails randomly Problem: Channel test fails randomly. Solution: Add a sleep after sending the "echoerr" command. (Michael Soyka)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Jul 2021 22:00:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"