view configure @ 18524:ef397aa47dd4 v8.1.2256

patch 8.1.2256: test for ":term ++shell" fails on MS-Windows Commit: https://github.com/vim/vim/commit/e5a3272d32ad52f905ef3e66991871dbef2245e7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 4 23:36:29 2019 +0100 patch 8.1.2256: test for ":term ++shell" fails on MS-Windows Problem: Test for ":term ++shell" fails on MS-Windows. Solution: Accept failure of "dir" executable.
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 23:45:04 +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 "$@"