view configure @ 20929:808e39c257de v8.2.1016

patch 8.2.1016: Vim9: test fails when channel feature is missing Commit: https://github.com/vim/vim/commit/7e380030c15d961421a3fcda6cc358e2d112f4f8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 19 22:35:44 2020 +0200 patch 8.2.1016: Vim9: test fails when channel feature is missing Problem: Vim9: test fails when channel feature is missing. Solution: Process an :if command when skipping
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jun 2020 22:45:04 +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 "$@"