view configure @ 29083:3de91964bbd6 v8.2.5063

patch 8.2.5063: error for a command may go over the end of IObuff Commit: https://github.com/vim/vim/commit/44a3f3353e0407e9fffee138125a6927d1c9e7e5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 6 15:38:21 2022 +0100 patch 8.2.5063: error for a command may go over the end of IObuff Problem: Error for a command may go over the end of IObuff. Solution: Truncate the message.
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jun 2022 16:45: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 "$@"