view configure @ 19719:a659d390d3fd v8.2.0416

patch 8.2.0416: test leaves file behind Commit: https://github.com/vim/vim/commit/95e59a355bea9d6234fead07d855880e822a8eaf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 20:33:33 2020 +0100 patch 8.2.0416: test leaves file behind Problem: Test leaves file behind. Solution: Delete the file.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 20:45:05 +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 "$@"