view configure @ 29728:cadc9851377d v9.0.0204

patch 9.0.0204: indexof() may leak memory Commit: https://github.com/vim/vim/commit/63acae13f57c5ad4c8ec3146d0c458550b9e984e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Aug 14 12:07:11 2022 +0100 patch 9.0.0204: indexof() may leak memory Problem: indexof() may leak memory. Solution: Free allocated values. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/10916)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Aug 2022 13: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 "$@"