Mercurial > vim
view configure @ 24059:24887299c5ff v8.2.2571
patch 8.2.2571: test may leave file behind
Commit: https://github.com/vim/vim/commit/8c801b374b7d32419cd877353495b801c5e1382a
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 5 20:58:22 2021 +0100
patch 8.2.2571: test may leave file behind
Problem: Test may leave file behind.
Solution: Delete the temporary file. Don't profile in the running Vim
instance.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 05 Mar 2021 21:00:04 +0100 |
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 "$@"