view configure @ 22537:9870e8b6ed78 v8.2.1817

patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spot Commit: https://github.com/vim/vim/commit/e8211a33dcb0ac6e29aad6699160fdc2e5fa2024 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 9 22:04:29 2020 +0200 patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spot Problem: Vim9: wrong instruction when reusing a local variable spot. Solution: Clear a newly allocated local variable. (closes https://github.com/vim/vim/issues/7080)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Oct 2020 22:15:03 +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 "$@"