view configure @ 29299:922b87383277 v8.2.5166

patch 8.2.5166: test for DiffUpdated fails Commit: https://github.com/vim/vim/commit/f65cc665fa751bad3ffe75f58ce1251d6695949f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 18:17:50 2022 +0100 patch 8.2.5166: test for DiffUpdated fails Problem: Test for DiffUpdated fails. Solution: Also accept a count of two.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jun 2022 19:30:02 +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 "$@"