view configure @ 11826:bf8cfdcdbdd8 v8.0.0793

patch 8.0.0793: using wrong terminal name for terminal window commit https://github.com/vim/vim/commit/93723a4ef18f260b82d89759db2f1eeae730c4ec Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 15:55:32 2017 +0200 patch 8.0.0793: using wrong terminal name for terminal window Problem: Using wrong terminal name for terminal window. Solution: When 'term' starts with "xterm" use it for $TERM in a terminal window.
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 16:00:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"