view configure @ 15105:e720da6c932a v8.1.0563

patch 8.1.0563: setting v:errors to a string give confusing error commit https://github.com/vim/vim/commit/74ea88c170f65afa50b2b97e37806d13b4e24cd7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 4 22:37:49 2018 +0100 patch 8.1.0563: setting v:errors to a string give confusing error Problem: Setting v:errors to a string give confusing error. (Christian Brabandt) Solution: Change internal error into normal error message.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Dec 2018 22: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 "$@"