view configure @ 30033:17c46a3d0ef5 v9.0.0354

patch 9.0.0354: MS-Windows: starting a python server for test sometimes fails Commit: https://github.com/vim/vim/commit/a906e8e1abf0a4c9a058ec5ee8a4c321a008cd41 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 1 18:42:32 2022 +0100 patch 9.0.0354: MS-Windows: starting a python server for test sometimes fails Problem: MS-Windows: starting a python server for test sometimes fails. Solution: Increase the waiting time for the port.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Sep 2022 19:45:03 +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 "$@"