view configure @ 22695:fa0aac214da6 v8.2.1896

patch 8.2.1896: valgrind warns for using uninitialized memory Commit: https://github.com/vim/vim/commit/e1be11864d1f4383171e3af3eb77e61d41140c4e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 24 13:30:51 2020 +0200 patch 8.2.1896: valgrind warns for using uninitialized memory Problem: Valgrind warns for using uninitialized memory. Solution: NUL terminate the SmcOpenConnection() error message. (Dominique Pell?, closes #7194)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Oct 2020 13:45: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 "$@"