view configure @ 25780:3ca409d4daa2 v8.2.3425

patch 8.2.3425: warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/56e14698b45a9c4ef8fa65c55c9bfe86fbb3d6bf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 11 12:15:09 2021 +0200 patch 8.2.3425: warning for using uninitialized variable Problem: Warning for using uninitialized variable. Solution: Initialize it. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Sep 2021 12:30:06 +0200
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 "$@"