view configure @ 20716:3f0826b19029

Also fix the patch number. Commit: https://github.com/vim/vim/commit/87fda407f8ecf947ba6ce72ac21f69ff04d909cd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 6 13:25:31 2020 +0200 Also fix the patch number.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Jun 2020 13:30: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 "$@"