view configure @ 19415:90e24240904b v8.2.0265

patch 8.2.0265: "eval" after "if 0" doesn't check for following command Commit: https://github.com/vim/vim/commit/a76b31542e1d83b7d2fe7378439912e800a4d0f6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 16 16:20:21 2020 +0100 patch 8.2.0265: "eval" after "if 0" doesn't check for following command Problem: "eval" after "if 0" doesn't check for following command. Solution: Add "eval" to list of commands that check for a following command. (closes #5640)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 16:30: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 "$@"