view configure @ 23835:806dfc7c7995 v8.2.2459

patch 8.2.2459: Coverity reports dead code Commit: https://github.com/vim/vim/commit/8bead9a058907e7f10ad25893d8475d2d9dd173c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 19:51:18 2021 +0100 patch 8.2.2459: Coverity reports dead code Problem: Coverity reports dead code. Solution: Remove the dead code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 20:00:04 +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 "$@"