view configure @ 12839:9ac41c3148ce v8.0.1296

patch 8.0.1296: checking the same condition twice commit https://github.com/vim/vim/commit/1dcada1933acdab93ac423951b5958125343833d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 13 21:10:04 2017 +0100 patch 8.0.1296: checking the same condition twice Problem: Checking the same condition twice. (John Marriott) Solution: Check blinkwait.
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Nov 2017 21:15:03 +0100
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 "$@"