view configure @ 25587:35562f3207d1 v8.2.3330

patch 8.2.3330: Coverity reports using uninitialized field Commit: https://github.com/vim/vim/commit/7deb4115ef72c0468cd6f9cc5f036d5c405641d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 11 17:01:45 2021 +0200 patch 8.2.3330: Coverity reports using uninitialized field Problem: Coverity reports using uninitialized field. Solution: Initialize the field early.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 17: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 "$@"