view configure @ 23942:39cf2d8e7edf v8.2.2513

patch 8.2.2513: Vim9: missing part of :vim9cmd change Commit: https://github.com/vim/vim/commit/9979fcd72ed671ec2c98800587c3a6996adb27d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 14 13:30:01 2021 +0100 patch 8.2.2513: Vim9: missing part of :vim9cmd change Problem: Vim9: missing part of :vim9cmd change. Solution: Use command modifier in in_vim9script().
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 13:45: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 "$@"