view configure @ 19551:769a53c270ee

Added tag v8.2.0332 for changeset b3ef3538b3899059d3b5afd6df1b962b419c23d6
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Feb 2020 14:30:04 +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 "$@"