view configure @ 27972:9c0b7953016e v8.2.4511

patch 8.2.4511: filetype test fails Commit: https://github.com/vim/vim/commit/c12dc47b8f80c02e4fdcdb38b8217e1c06a11368 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 13:45:56 2022 +0000 patch 8.2.4511: filetype test fails Problem: Filetype test fails. Solution: Change "endw" to "endwhile".
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Mar 2022 15: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 "$@"