view configure @ 22482:a1b3804163ca v8.2.1789

patch 8.2.1789: Vim9: crash with invalid list constant Commit: https://github.com/vim/vim/commit/c1f0066b642fb62e37b300033223ff3ee4aafcd6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 3 13:41:53 2020 +0200 patch 8.2.1789: Vim9: crash with invalid list constant Problem: Vim9: crash with invalid list constant. (Dhiraj Mishra) Solution: Return FAIL when compiling the list fails. (closes https://github.com/vim/vim/issues/7066)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Oct 2020 13:45: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 "$@"