view src/configure @ 22401:df1d7a560b35 v8.2.1749

patch 8.2.1749: Vim9: crash when closure fails in nested function Commit: https://github.com/vim/vim/commit/c70bdab0b8a8262a3784084aa1e6271fee8452f1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 26 19:59:38 2020 +0200 patch 8.2.1749: Vim9: crash when closure fails in nested function Problem: Vim9: crash when closure fails in nested function. Solution: Handle function returns before dereferencing remaining closures. (closes #7008)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Sep 2020 20:00:03 +0200
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result