view configure @ 19538:7df9c8df26f1 v8.2.0326

patch 8.2.0326: compiler warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/d5aec0ced17f8f60761128bff32e54ad2d1d57ef Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 27 21:48:51 2020 +0100 patch 8.2.0326: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. (Yegappan Lakshmanan) Solution: Do not jump to failed but return.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Feb 2020 22:00:03 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"