view configure @ 21073:334a8a5a6267 v8.2.1088

patch 8.2.1088: a very long translation might cause a buffer overflow Commit: https://github.com/vim/vim/commit/6378b21d6dd38cc0f80aa6d31d747db6c287483b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 21:32:06 2020 +0200 patch 8.2.1088: a very long translation might cause a buffer overflow Problem: A very long translation might cause a buffer overflow. Solution: Trunctate the message if needed.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 21:45: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 "$@"