view configure @ 23837:cd91a892aa44 v8.2.2460

patch 8.2.2460: Coverity warns for unused value Commit: https://github.com/vim/vim/commit/fc1dafa91cbf7876d711e8e36171eeec78eae13b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 19:57:00 2021 +0100 patch 8.2.2460: Coverity warns for unused value Problem: Coverity warns for unused value. Solution: Do not reset the return value to OK.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 20:00: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 "$@"