view configure @ 25937:8bcbff752864 v8.2.3502

patch 8.2.3502: cannot enter password in shell command Commit: https://github.com/vim/vim/commit/fff10d9a76099aa9b944f3c33a911127ca1a0c72 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 13 10:05:30 2021 +0100 patch 8.2.3502: cannot enter password in shell command Problem: Cannot enter password in shell command. Solution: Revert patch 8.2.2919.
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Oct 2021 11:15:04 +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 "$@"