view configure @ 12732:75abce3e933d v8.0.1244

patch 8.0.1244: search test does not work correctly on MS-Windows commit https://github.com/vim/vim/commit/b94340c04f524482b408543daa1142f883831cab Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 16:16:31 2017 +0100 patch 8.0.1244: search test does not work correctly on MS-Windows Problem: Search test does not work correctly on MS-Windows. Solution: Put text in a file instead of sending it to the terminal. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 16:30:07 +0100
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 "$@"