view configure @ 23829:950875545045 v8.2.2456

patch 8.2.2456: Coverity warning for strcpy() into fixed size array Commit: https://github.com/vim/vim/commit/7b6903f02c9eeb12cd85941ea0d352d84e4dab30 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 19:31:29 2021 +0100 patch 8.2.2456: Coverity warning for strcpy() into fixed size array Problem: Coverity warning for strcpy() into fixed size array. Solution: Add a type cast to hopefully silence the bogus warning.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 19:45:04 +0100
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 "$@"