view configure @ 28556:ea98e79c9677 v8.2.4802

patch 8.2.4802: test is not cleaned up Commit: https://github.com/vim/vim/commit/7851c69a120ea6ce8c122dd7198adbe5aec83ea5 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Apr 21 11:14:01 2022 +0100 patch 8.2.4802: test is not cleaned up Problem: Test is not cleaned up. Solution: Make test clean up after itself. Avoid NUL. (closes https://github.com/vim/vim/issues/10233)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Apr 2022 12:15: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 "$@"