view configure @ 24966:7f4a04820b5d v8.2.3020

patch 8.2.3020: unreachable code Commit: https://github.com/vim/vim/commit/2fb749568662c86992aea3b596458b9e470f223d Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Jun 19 21:38:25 2021 +0200 patch 8.2.3020: unreachable code Problem: Unreachable code. Solution: Remove the code. (closes https://github.com/vim/vim/issues/8406)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jun 2021 21:45:02 +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 "$@"