view configure @ 22623:672ee41a6a3b v8.2.1860

patch 8.2.1860: Vim9: memory leak when throwing empty string Commit: https://github.com/vim/vim/commit/335e67132265b068f39f3671e5dff2aecd1bf403 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 17 22:58:21 2020 +0200 patch 8.2.1860: Vim9: memory leak when throwing empty string Problem: Vim9: memory leak when throwing empty string. Solution: Free the empty string.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Oct 2020 23:00: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 "$@"