view configure @ 12327:17ed65e87db1 v8.0.1043

patch 8.0.1043: warning for uninitialized variable commit https://github.com/vim/vim/commit/4ec86ddd77a89766e42bd0a6cfcf10af4c3d03b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 2 23:28:54 2017 +0200 patch 8.0.1043: warning for uninitialized variable Problem: Warning for uninitialized variable. (John Marriott) Solution: Move code to check indent inside "if".
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2017 23:30:04 +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 "$@"