view configure @ 14929:b1df7f99efb7 v8.1.0476

patch 8.1.0476: memory leaks in test_escaped_glob commit https://github.com/vim/vim/commit/a2aad028305c306ecf33e0fd720fe1ed98596371 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 14 22:03:56 2018 +0200 patch 8.1.0476: memory leaks in test_escaped_glob Problem: Memory leaks in test_escaped_glob. Solution: Avoid failure when running the shell, use the sandbox.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Oct 2018 22:15:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"