view configure @ 15120:c030b2433d92

Added tag v8.1.0570 for changeset 6e9f37bf987b4ae3807757b2926c7801a2d2b5a6
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Dec 2018 21:15:05 +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 "$@"