view configure @ 28623:1d92ba691dc4 v8.2.4835

patch 8.2.4835: Vim9: some lines not covered by tests Commit: https://github.com/vim/vim/commit/95e4dd813a19236772dbe53eb9f605b4ff5199b2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 27 22:15:40 2022 +0100 patch 8.2.4835: Vim9: some lines not covered by tests Problem: Vim9: some lines not covered by tests. Solution: Add a few more tests. Fix disassemble output.
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Apr 2022 23:30: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 "$@"