view configure @ 29562:a4dcf15f8014 v9.0.0122

patch 9.0.0122: breakindent test fails Commit: https://github.com/vim/vim/commit/be33e5e4a979811df84e19995b94655128f31046 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 31 18:00:10 2022 +0100 patch 9.0.0122: breakindent test fails Problem: Breakindent test fails. Solution: Fix condition.
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jul 2022 19:15: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 "$@"