view configure @ 18382:3fd7d544eedb v8.1.2185

patch 8.1.2185: syntax test fails Commit: https://github.com/vim/vim/commit/bbfd1562aeaa5b40b6451effc399846b692d6992 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 20:38:15 2019 +0200 patch 8.1.2185: syntax test fails Problem: Syntax test fails. Solution: Add missing file patch.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 20:45: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 "$@"