view configure @ 21202:1a4e22aa2eb3 v8.2.1152

patch 8.2.1152: Vim9: function reference is missing script prefix Commit: https://github.com/vim/vim/commit/fe465a01cfbbbae5d870d6108e0ad0947f03b0c4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 7 22:50:12 2020 +0200 patch 8.2.1152: Vim9: function reference is missing script prefix Problem: Vim9: function reference is missing script prefix. Solution: Use the actual function name instead of the name searched for in the script context. (closes #6412)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jul 2020 23:00:04 +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 "$@"