view configure @ 30451:c9d72c379cec v9.0.0561

patch 9.0.0561: when a test gets stuck it just hangs forever Commit: https://github.com/vim/vim/commit/3bcd0ddc2deb34794c735c6ea0b8f964b510c6db Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 23 20:25:55 2022 +0100 patch 9.0.0561: when a test gets stuck it just hangs forever Problem: When a test gets stuck it just hangs forever. Solution: Set a timeout of 30 seconds.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 21:30: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 "$@"