view configure @ 28148:fecc185fcf69 v8.2.4598

patch 8.2.4598: profile completion test sometimes fails Commit: https://github.com/vim/vim/commit/7e0be3ea211748a77d32cb1d3d35ecfc246cf0f2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 13:40:41 2022 +0000 patch 8.2.4598: profile completion test sometimes fails Problem: Profile completion test sometimes fails. Solution: Delete the .res file before running tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Mar 2022 14:45:03 +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 "$@"