view configure @ 22387:36f13f35bd78 v8.2.1742

patch 8.2.1742: test still fails without the terminal feature Commit: https://github.com/vim/vim/commit/7e9210ea5320e0c3fd9fd93e3f3f1a59e029cf46 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 23:12:51 2020 +0200 patch 8.2.1742: test still fails without the terminal feature Problem: Test still fails without the terminal feature. Solution: Put check for terminal feature in separate function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Sep 2020 23:15:03 +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 "$@"