view configure @ 29142:74974ecddc8a v8.2.5091

patch 8.2.5091: terminal test fails with some shell commands Commit: https://github.com/vim/vim/commit/e564c7009dfb065fb5261e548b15f83d32f735c9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 15:00:28 2022 +0100 patch 8.2.5091: terminal test fails with some shell commands Problem: Terminal test fails with some shell commands. Solution: Disable setting the window title. (closes https://github.com/vim/vim/issues/10530)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 16: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 "$@"