view configure @ 31643:68a9375d4ca3 v9.0.1154

patch 9.0.1154: Coverity warns for dead code Commit: https://github.com/vim/vim/commit/2c01131c2a9d5455de603f646ba8a2be59282faf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 7 10:51:30 2023 +0000 patch 9.0.1154: Coverity warns for dead code Problem: Coverity warns for dead code. Solution: Remove condition that is always true.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Jan 2023 12: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 "$@"