view configure @ 26800:e0ec45216f05 v8.2.3928

patch 8.2.3928: heredoc test fails Commit: https://github.com/vim/vim/commit/11ceb7d949e7c2fb36509a79dfe8df54fbdfa666 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 28 20:49:56 2021 +0000 patch 8.2.3928: heredoc test fails Problem: Heredoc test fails. Solution: Correct order of function arguments.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 22:00:04 +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 "$@"