view configure @ 21365:fca850f4d603 v8.2.1233

patch 8.2.1233: Vim9: various errors not caught by try/catch Commit: https://github.com/vim/vim/commit/f0b9f43c3169037b7f2cd70e4939ba1ef26ada1c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 17 23:03:17 2020 +0200 patch 8.2.1233: Vim9: various errors not caught by try/catch Problem: Vim9: various errors not caught by try/catch. Solution: Do not bail out if an error is inside try/catch.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jul 2020 23:15:03 +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 "$@"