view configure @ 24942:6dc1be6040d1 v8.2.3008

patch 8.2.3008: startup test may hang Commit: https://github.com/vim/vim/commit/55b6b60b691eca7058535006113a1adffda4cabf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 15 23:05:59 2021 +0200 patch 8.2.3008: startup test may hang Problem: Startup test may hang. Solution: Add quit command in the script.
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jun 2021 23:15: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 "$@"