view configure @ 22158:3ba89b3ea99c

Added tag v8.2.1628 for changeset ba81f5e300b76b2c8094f0b7501a915b4b8bb7be
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 18:45:04 +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 "$@"