view configure @ 15197:074c643ee78f v8.1.0608

patch 8.1.0608: coverals is not updating commit https://github.com/vim/vim/commit/e66777901382a554797a4c70ffbc0c63440cfe57 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 22:04:05 2018 +0100 patch 8.1.0608: coverals is not updating Problem: Coverals is not updating. Solution: Adjust path in Travis config.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 22:15:06 +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 "$@"