view configure @ 14693:156a7c5328a7 v8.1.0359

patch 8.1.0359: no clue what test failed when using a screendump twice commit https://github.com/vim/vim/commit/6f8bdab8e2ffec07aea03447f87c80b50e01f430 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 9 22:02:24 2018 +0200 patch 8.1.0359: no clue what test failed when using a screendump twice Problem: No clue what test failed when using a screendump twice. Solution: Add an extra argument to VerifyScreenDump().
author Christian Brabandt <cb@256bit.org>
date Sun, 09 Sep 2018 22:15:06 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"