view configure @ 20195:a2447c58da25 v8.2.0653

patch 8.2.0653: using uninitialized pointer Commit: https://github.com/vim/vim/commit/03afdcf1f449d23c9b6bc56d8b61f31dd4e11836 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 27 23:39:30 2020 +0200 patch 8.2.0653: using uninitialized pointer Problem: using uninitialized pointer. Solution: Move assignment up. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Apr 2020 23:45:03 +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 "$@"