view configure @ 32399:18dd2b5d008c v9.0.1531

patch 9.0.1531: crash when register contents ends up being invalid Commit: https://github.com/vim/vim/commit/d1ae8366aff286d41e7f5bc513cc0a1af5130aad Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 9 17:09:30 2023 +0100 patch 9.0.1531: crash when register contents ends up being invalid Problem: Crash when register contents ends up being invalid. Solution: Check "y_array" is not NULL.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 May 2023 18: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 "$@"