view configure @ 32792:ba5a67216596 v9.0.1712

patch 9.0.1712: missing null check in object_clear() Commit: https://github.com/vim/vim/commit/5b0889b8bf25b0793b1949ec965c94b623900aba Author: Jia-Ju Bai <baijiaju@buaa.edu.cn> Date: Sun Aug 13 20:04:04 2023 +0200 patch 9.0.1712: missing null check in object_clear() Problem: missing null check in object_clear() Solution: Add null check of cl closes: #12627 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Jia-Ju Bai <baijiaju@buaa.edu.cn>
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2023 20: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 "$@"