view configure @ 17356:4fe44a3b732f v8.1.1677

patch 8.1.1677: tests get stuck when running into an existing swapfile commit https://github.com/vim/vim/commit/b073da8929ae0c03c403197197ed6b57f0f3d3be Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 13 14:47:26 2019 +0200 patch 8.1.1677: tests get stuck when running into an existing swapfile Problem: Tests get stuck when running into an existing swapfile. Solution: Set v:swapchoice to "q" and report an error. (Daniel Hahler, closes #4644)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jul 2019 15:00:05 +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 "$@"