view configure @ 24733:08eced3add83 v8.2.2905

patch 8.2.2905: no error when defaults.vim cannot be loaded Commit: https://github.com/vim/vim/commit/1d3a14ecf0cdde026984894c592dc140a2b46887 Author: Christian Brabandt <cb@256bit.org> Date: Sat May 29 19:53:50 2021 +0200 patch 8.2.2905: no error when defaults.vim cannot be loaded Problem: No error when defaults.vim cannot be loaded. Solution: Add an error message. (Christian Brabandt, closes https://github.com/vim/vim/issues/8248)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 May 2021 20:00: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 "$@"