view configure @ 29908:f60329b1ff1d v9.0.0292

patch 9.0.0292: test causes another test to fail Commit: https://github.com/vim/vim/commit/d1f8fd59074d9c8b4d00ccdea77726a9195e0be4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 27 22:51:25 2022 +0100 patch 9.0.0292: test causes another test to fail Problem: Test causes another test to fail. Solution: Redraw to remove the popup window
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 00:00:03 +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 "$@"