view configure @ 26622:a28f91b893b2 v8.2.3840

patch 8.2.3840: useless test for negative index in check functions Commit: https://github.com/vim/vim/commit/ddc80aff575dd60c04c79621a0358cf0abaac53a Author: rbtnn <naru123456789@gmail.com> Date: Fri Dec 17 18:01:31 2021 +0000 patch 8.2.3840: useless test for negative index in check functions Problem: Useless test for negative index in check functions. Solution: Remove the test for negative index. (Naruhiko Nishino, closes #9364)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 19:15: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 "$@"