view configure @ 19673:62ea983a9cb4 v8.2.0393

patch 8.2.0393: Coverity warns for not using return value Commit: https://github.com/vim/vim/commit/c0300633292ee648c7154a7828eb1c76637bd9af Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 16 20:07:16 2020 +0100 patch 8.2.0393: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Add (void).
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Mar 2020 20:15:05 +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 "$@"