view configure @ 25626:4e13cde003a8 v8.2.3349

patch 8.2.3349: eval test for scriptversion fails Commit: https://github.com/vim/vim/commit/5cebca27b831880fb6e191e5271ee614625e1f8a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 15 14:39:13 2021 +0200 patch 8.2.3349: eval test for scriptversion fails Problem: Eval test for scriptversion fails. Solution: Fix off-by-one error.
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Aug 2021 14:45: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 "$@"