view configure @ 20166:c75be957c6fb v8.2.0638

patch 8.2.0638: MS-Windows: messages test fails Commit: https://github.com/vim/vim/commit/47a1a8baf9c8eb22b24f667e57a1dab579999a74 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 25 16:41:58 2020 +0200 patch 8.2.0638: MS-Windows: messages test fails Problem: MS-Windows: messages test fails. Solution: Clear environment variables.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Apr 2020 16:45:04 +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 "$@"