view configure @ 25615:b0f82974ddf4 v8.2.3344

patch 8.2.3344: vimscript test fails Commit: https://github.com/vim/vim/commit/d2e9ccee90d2b39f4c9fd6cec271ef3fafd76f09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 14 15:16:00 2021 +0200 patch 8.2.3344: vimscript test fails Problem: Vimscript test fails. Solution: Have test verify first error instead of second
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Aug 2021 15: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 "$@"