view configure @ 35295:48d01e3323ca v9.1.0451

patch 9.1.0451: No test for escaping '<' with shellescape() Commit: https://github.com/vim/vim/commit/88c8c547d5fc380e5685c2b01ec564ccdf9b259a Author: zeertzjq <zeertzjq@outlook.com> Date: Thu May 30 19:27:25 2024 +0200 patch 9.1.0451: No test for escaping '<' with shellescape() Problem: No test for escaping '<' with shellescape() Solution: Add a test. Use memcpy() in code to make it easier to understand. Fix a typo (zeertzjq). closes: #14876 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 30 May 2024 19:30: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 "$@"