view configure @ 22153:7aa10e8e7aec v8.2.1626

patch 8.2.1626: test for strchars() fails with different error number Commit: https://github.com/vim/vim/commit/707be5f3524accb8b36e80bd2532e00b8246df55 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 6 17:13:44 2020 +0200 patch 8.2.1626: test for strchars() fails with different error number Problem: Test for strchars() fails with different error number. Solution: Adjust the error number.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 17:15: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 "$@"