view configure @ 11498:370e833dcd4d v8.0.0632

patch 8.0.0632: the quotestar test is still a bit flaky commit https://github.com/vim/vim/commit/1c13c0fe3e7b15750464ffbc39a4648aa5c639be Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 10 16:30:32 2017 +0200 patch 8.0.0632: the quotestar test is still a bit flaky Problem: The quotestar test is still a bit flaky. Solution: Kill any existing server to make the retry work. Wait for the register to be filled.
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Jun 2017 16:45:03 +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 "$@"