view configure @ 20901:7d0fe945278c v8.2.1002

patch 8.2.1002: test may fail when run directly Commit: https://github.com/vim/vim/commit/ceb2e7751089bd417c6250d63e28616483b5796b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 18 18:33:59 2020 +0200 patch 8.2.1002: test may fail when run directly Problem: Test may fail when run directly. Solution: Check if g:run_nr exists. (Christian Brabandt, closes https://github.com/vim/vim/issues/6285)
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jun 2020 18:45: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 "$@"