view configure @ 21565:a0fbaf68d30e

Added tag v8.2.1332 for changeset 30a99721752482091331bd8e9f841de6bb4254fa
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Aug 2020 00:00:12 +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 "$@"