view configure @ 23301:194e1fe08554 v8.2.2196

patch 8.2.2196: :version output has extra spaces in compile and link command Commit: https://github.com/vim/vim/commit/abcbb0e9ad43fc25077e1681528e72ddcbeed300 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 23 12:33:42 2020 +0100 patch 8.2.2196: :version output has extra spaces in compile and link command Problem: :version output has extra spaces in compile and link command. Solution: Adjust QUOTESED. (closes https://github.com/vim/vim/issues/7505)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Dec 2020 12:45:07 +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 "$@"