view configure @ 17901:14122cb0ea3d v8.1.1947

patch 8.1.1947: when executing one test the report doesn't show it Commit: https://github.com/vim/vim/commit/60b1bcfe92da1d7b8f894c91192f3a76e8aec391 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 30 19:05:32 2019 +0200 patch 8.1.1947: when executing one test the report doesn't show it Problem: When executing one test the report doesn't show it. Solution: Adjust the regexp. (Daniel Hahler, closes https://github.com/vim/vim/issues/4879)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Aug 2019 19:15:03 +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 "$@"