view configure @ 16491:38a323a6fd18 v8.1.1249

patch 8.1.1249: compiler warning for uninitialized variable commit https://github.com/vim/vim/commit/c6b1cc967f859c6e975d001e4304113db7190690 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 11:21:05 2019 +0200 patch 8.1.1249: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 11:30:05 +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 "$@"