view configure @ 22878:f304f84b81a6 v8.2.1986

patch 8.2.1986: expression test is flaky on Appveyor Commit: https://github.com/vim/vim/commit/a065a141156c8c4017e21dfc9b99a05cfd0b63d6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 14 20:57:20 2020 +0100 patch 8.2.1986: expression test is flaky on Appveyor Problem: Expression test is flaky on Appveyor. Solution: Temporarily disable the test in MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Nov 2020 21:00: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 "$@"