view configure @ 11246:166d1de0ba9d v8.0.0509

patch 8.0.0509: no link to codecov.io results commit https://github.com/vim/vim/commit/dd00851e07f251c7c2696d87303f3df70a458731 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 18:04:32 2017 +0100 patch 8.0.0509: no link to codecov.io results Problem: No link to codecov.io results. Solution: Add a badge to the readme file.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Mar 2017 18:15:04 +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 "$@"