view configure @ 23592:2322b643e329 v8.2.2338

patch 8.2.2338: Vim9: no error if using job_info() result wrongly Commit: https://github.com/vim/vim/commit/64ed4d4398e92ac56a9bbd66d5ec992dd4c335f7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 12 21:22:31 2021 +0100 patch 8.2.2338: Vim9: no error if using job_info() result wrongly Problem: Vim9: no error if using job_info() result wrongly. Solution: Adjust return type on number of arguments. (closes https://github.com/vim/vim/issues/7667)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 21: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 "$@"