view configure @ 27110:62b88e6cd791 v8.2.4084

patch 8.2.4084: memory leak when looking for autoload prefixed variable Commit: https://github.com/vim/vim/commit/130f65d46bca94535d30cef518a6184613fb7ebf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 20:39:41 2022 +0000 patch 8.2.4084: memory leak when looking for autoload prefixed variable Problem: Memory leak when looking for autoload prefixed variable. Solution: Free the concatenated string.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 21:45: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 "$@"