view configure @ 25066:4c366bbf6073 v8.2.3070

patch 8.2.3070: not enough testing for shell use Commit: https://github.com/vim/vim/commit/ffec6dd16a766180429addaa78928c773a3c9832 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Jun 27 22:09:59 2021 +0200 patch 8.2.3070: not enough testing for shell use Problem: Not enough testing for shell use. Solution: Add a bit more testing. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8469)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 22:15:05 +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 "$@"