view configure @ 25816:d9a0847550c6 v8.2.3443

patch 8.2.3443: Vim9: memory leak when and/or fails Commit: https://github.com/vim/vim/commit/3dfe2e0fb8768914a019fa04b1ed9581e33c9b26 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 16 20:14:51 2021 +0200 patch 8.2.3443: Vim9: memory leak when and/or fails Problem: Vim9: memory leak when and/or fails. Solution: Also clear the growarray when the length is zero.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Sep 2021 20:15: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 "$@"