view configure @ 27849:efbce802c0df v8.2.4450

patch 8.2.4450: list sort test fails Commit: https://github.com/vim/vim/commit/2afeb408310f4f0185ce5eec079b51a3fe415a33 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 22:17:00 2022 +0000 patch 8.2.4450: list sort test fails Problem: List sort test fails. Solution: Pass a valid "how" argument.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 23:30:02 +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 "$@"