view configure @ 31337:2ddb98b138b5 v9.0.1002

patch 9.0.1002: command list test fails Commit: https://github.com/vim/vim/commit/9163efb5b818ec2f621cb15533c626e1922598f2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 4 21:09:48 2022 +0000 patch 9.0.1002: command list test fails Problem: Command list test fails. Solution: Add commands added to the list.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Dec 2022 22:15: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 "$@"