view configure @ 21536:4cce42c43c10 v8.2.1318

patch 8.2.1318: no status badge for Github CI Commit: https://github.com/vim/vim/commit/ed3c7e633944cf70754bc05504a7cd724fdca178 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 29 17:34:33 2020 +0200 patch 8.2.1318: no status badge for Github CI Problem: No status badge for Github CI. Solution: Add a badge.
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jul 2020 17:45:03 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"