view configure @ 26713:3f8189feffb7 v8.2.3885

patch 8.2.3885: arglist test fails Commit: https://github.com/vim/vim/commit/679140c56bbabf12a199d94f584b1b9dfc9809fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 18:58:46 2021 +0000 patch 8.2.3885: arglist test fails Problem: Arglist test fails. Solution: Adjust for locking the arglist for ":all".
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 20:00:03 +0100
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 "$@"