view configure @ 28600:17251b82b69a v8.2.4824

patch 8.2.4824: expression is evaluated multiple times Commit: https://github.com/vim/vim/commit/23d5770ef5e2f5c6d20d123303b81327045e5a1e Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Apr 25 13:28:00 2022 +0100 patch 8.2.4824: expression is evaluated multiple times Problem: Expression is evaluated multiple times. Solution: Evaluate expression once and store the result. (closes https://github.com/vim/vim/issues/10278)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 14:30:03 +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 "$@"