view configure @ 13543:98d832e4e394 v8.0.1645

patch 8.0.1645: test for terminal response to escape sequence may fail commit https://github.com/vim/vim/commit/086eb876951aa0b0bee3de4ed0569bf4b70c6f31 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 25 21:24:12 2018 +0200 patch 8.0.1645: test for terminal response to escape sequence may fail Problem: Test for terminal response to escape sequence fails for some people. (toothpik) Solution: Run "cat" and let it echo the characters.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Mar 2018 21:30:07 +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 "$@"