view configure @ 21104:f8ec5a7a9cf6 v8.2.1103

patch 8.2.1103: Coverity reports an unnecessary NULL check Commit: https://github.com/vim/vim/commit/e707c882b23a53d2c1f0d1f7fc3a7be247aca614 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 13:07:37 2020 +0200 patch 8.2.1103: Coverity reports an unnecessary NULL check Problem: Coverity reports an unnecessary NULL check. Solution: Remove the check for NULL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 13:15:06 +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 "$@"