view configure @ 23243:0804cb073097 v8.2.2167

patch 8.2.2167: Vim9: assign test fails Commit: https://github.com/vim/vim/commit/d88dc4d4e950d937b44c523b9965d485f3fae4be Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 20 14:49:42 2020 +0100 patch 8.2.2167: Vim9: assign test fails Problem: Vim9: assign test fails. (Elimar Riesebieter) Solution: Adjust the test for dict assignment.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 15:00:04 +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 "$@"