view configure @ 18723:24288564996b

Revert "Cirrus CI: add a simple CI using BSD" Commit: https://github.com/vim/vim/commit/d52986e7be366b6f8c9e18078648f1c5219c4335 Author: Bram Moolenaar <bram@moolenaar.net> Date: Wed Nov 27 21:56:28 2019 +0100 Revert "Cirrus CI: add a simple CI using BSD"
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Nov 2019 22:00:03 +0100
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 "$@"