view configure @ 22608:f140b9036aa5 v8.2.1852

patch 8.2.1852: map() returing zero for NULL list is unexpected Commit: https://github.com/vim/vim/commit/ffdf8adfa8108d4765fdc68abbd2fe49a4292b25 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 15 22:29:17 2020 +0200 patch 8.2.1852: map() returing zero for NULL list is unexpected Problem: map() returing zero for NULL list is unexpected. Solution: Return the empty list. (closes https://github.com/vim/vim/issues/7133)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Oct 2020 22:30:04 +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 "$@"