view configure @ 28189:7456bc6bf077 v8.2.4620

patch 8.2.4620: two letter substitute commands don't work Commit: https://github.com/vim/vim/commit/1e2c4175dce903986dac66ba9326ae562b159421 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 24 15:24:45 2022 +0000 patch 8.2.4620: two letter substitute commands don't work Problem: Two letter substitute commands don't work. (Yegappan Lakshmanan) Solution: Invert condition.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Mar 2022 16:30: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 "$@"