view configure @ 22383:82d92f6c756c v8.2.1740

patch 8.2.1740: test fails without the terminal feature Commit: https://github.com/vim/vim/commit/58dbef330c42511f9d7d3b3990c73387041f3f3f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 22:13:05 2020 +0200 patch 8.2.1740: test fails without the terminal feature Problem: Test fails without the terminal feature. Solution: Skip test if the terminal feature is not available.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Sep 2020 22: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 "$@"