view configure @ 20289:208b38bddc36 v8.2.0700

patch 8.2.0700: Vim9: converting error message to exception not tested Commit: https://github.com/vim/vim/commit/40ee466c361b9698c2a452a36ff4d6c6e5382ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 5 22:08:26 2020 +0200 patch 8.2.0700: Vim9: converting error message to exception not tested Problem: Vim9: converting error message to exception not tested. Solution: Test exception from error. Do not continue after :echoerr.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 May 2020 22:15: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 "$@"