view configure @ 25133:e0baf334f1ca v8.2.3103

patch 8.2.3103: swap test may fail on some systems Commit: https://github.com/vim/vim/commit/f33cae605064c8bdb908a8069d936f752572cd76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 4 17:36:54 2021 +0200 patch 8.2.3103: swap test may fail on some systems Problem: Swap test may fail on some systems when jobs take longer to exit. Solution: Use different file names.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17: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 "$@"