view configure @ 25455:e7c02cbe701f v8.2.3264

patch 8.2.3264: Vim9: assign test fails Commit: https://github.com/vim/vim/commit/f24f51d03035379cf3e5b2dccf489a40bc4ca92a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 1 12:01:49 2021 +0200 patch 8.2.3264: Vim9: assign test fails Problem: Vim9: assign test fails. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Aug 2021 12:15: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 "$@"