view configure @ 21679:b5ce3d0e0f74 v8.2.1389

patch 8.2.1389: file missing from the distribution Commit: https://github.com/vim/vim/commit/74d95b5b58a36697975c48192e84be808b2512a8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 20:47:39 2020 +0200 patch 8.2.1389: file missing from the distribution Problem: File missing from the distribution. Solution: Add script_util.vim to the list of distributes files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 21: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 "$@"