view configure @ 14075:320956bddcef v8.1.0055

patch 8.1.0055: complete test has wrong order of arguments commit https://github.com/vim/vim/commit/52d3aaeea4c85406f46e2051729e4f007f83b35e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 13 21:27:24 2018 +0200 patch 8.1.0055: complete test has wrong order of arguments Problem: Complete test has wrong order of arguments. Wrong type for sentinel variable. Solution: Swap arguments, use VAR_UNKNOWN. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Jun 2018 21:30: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 "$@"