view configure @ 29954:b8f987e3ebe2 v9.0.0315

patch 9.0.0315: shell command is displayed in message window Commit: https://github.com/vim/vim/commit/309c4e0ed7dcf42011e29976a06e6335f5ae6d1c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 29 12:23:39 2022 +0100 patch 9.0.0315: shell command is displayed in message window Problem: Shell command is displayed in message window. Solution: Do not echo the shell command in the message window.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 13: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 "$@"