view configure @ 32381:8b7ba5c63996 v9.0.1522

patch 9.0.1522: some functions give two error messages Commit: https://github.com/vim/vim/commit/e4098457ab9c94225b1b0e3c5e06b82b75587971 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 7 18:53:49 2023 +0100 patch 9.0.1522: some functions give two error messages Problem: Some functions give two error messages. Solution: Do not give a second error message. (closes https://github.com/vim/vim/issues/12352)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 May 2023 20:00: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 "$@"