view configure @ 25204:bc1633df8a88 v8.2.3138

patch 8.2.3138: debugger test fails Commit: https://github.com/vim/vim/commit/31e21766d6fb0a386e15ccc8c2192f6a3a210f53 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 10 20:43:59 2021 +0200 patch 8.2.3138: debugger test fails Problem: Debugger test fails. Solution: Adjust eval command.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jul 2021 20:45: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 "$@"