view configure @ 30441:b1617545fcdf v9.0.0556

patch 9.0.0556: leaking memory with nested functions Commit: https://github.com/vim/vim/commit/86fb3f8b99d155fe6bcbb553b5596c3e9fd570a9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 23 13:27:57 2022 +0100 patch 9.0.0556: leaking memory with nested functions Problem: Leaking memory with nested functions. Solution: Free saved pointer.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 14:30: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 "$@"