view configure @ 20146:d1bcb0b721cc v8.2.0628

patch 8.2.0628: error in menu translations Commit: https://github.com/vim/vim/commit/e71ebb46a252cd1cdfb075e6014c2b13c580bf3f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 23 23:54:04 2020 +0200 patch 8.2.0628: error in menu translations Problem: Error in menu translations. Solution: Insert a backslash before a space in one more file. (Shun Bai, Emir Sari)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Apr 2020 00:00: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 "$@"