view configure @ 15107:6344377dc7dc v8.1.0564

patch 8.1.0564: setting v:errors to wrong type still possible commit https://github.com/vim/vim/commit/88b53fd0521d1e62df17a8a1f2181425e9d4854c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 5 18:43:28 2018 +0100 patch 8.1.0564: setting v:errors to wrong type still possible Problem: Setting v:errors to wrong type still possible. Solution: Return after giving an error message. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Dec 2018 18:45:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"