view configure @ 29151:6dfdbe81899e v8.2.5095

patch 8.2.5095: terminal test still fails with some shell commands Commit: https://github.com/vim/vim/commit/99f4b6e0824b339510aaaa0bb81c50f5866f6be1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 19:52:16 2022 +0100 patch 8.2.5095: terminal test still fails with some shell commands Problem: Terminal test still fails with some shell commands. Solution: Disable setting the window title in the Vim instance running in a terminal window. (closes #10530)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 21:00:02 +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 "$@"