view configure @ 20686:0034b328ddde

Added tag v8.2.0896 for changeset 4c66962d322b10ada781eb17a0a91c8d4712a7e2
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jun 2020 23:00: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 "$@"