view configure @ 19966:c0eb073378e7 v8.2.0539

patch 8.2.0539: comparing two NULL list fails Commit: https://github.com/vim/vim/commit/7b293c730b07d1586688e622b8d9cbbb4a52379b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 9 21:33:22 2020 +0200 patch 8.2.0539: comparing two NULL list fails Problem: Comparing two NULL list fails. Solution: Change the order of comparing two lists.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Apr 2020 21: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 "$@"