view configure @ 22892:d3afe009826a v8.2.1993

patch 8.2.1993: occasional failure of the netbeans test Commit: https://github.com/vim/vim/commit/50dc3ecc642ee88348cb353cf85d08eac26c75dd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 18:39:43 2020 +0100 patch 8.2.1993: occasional failure of the netbeans test Problem: Occasional failure of the netbeans test. Solution: Add "silent!". (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/7304)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 18:45:04 +0100
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 "$@"