view configure @ 28039:0362ab7c1a02 v8.2.4544

patch 8.2.4544: Coverity warnings for not using returned value Commit: https://github.com/vim/vim/commit/dbf8094b17781ab1db191cf690e59c79f508a50f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 11 14:54:03 2022 +0000 patch 8.2.4544: Coverity warnings for not using returned value Problem: Coverity warnings for not using returned value. Solution: Assign to vim_ignored.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Mar 2022 16:00:03 +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 "$@"