view configure @ 20033:2e5e86ff7596 v8.2.0572

patch 8.2.0572: using two lines for free and reset Commit: https://github.com/vim/vim/commit/df1956075d9ff7b5869fb548734bc2a7be2bce44 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 13 18:13:33 2020 +0200 patch 8.2.0572: using two lines for free and reset Problem: Using two lines for free and reset. Solution: Use VIM_CLEAR() instead. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 18: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 "$@"