view configure @ 21109:35e5bb8acfc9

Added tag v8.2.1105 for changeset 43e82e8133b9a026ab720a5c18508efb400c5aa5
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 14:00:05 +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 "$@"