view configure @ 18146:591db862249a v8.1.2068

patch 8.1.2068: test for SafeState and SafeStateAgain may fail Commit: https://github.com/vim/vim/commit/513537bfff59b94a26c63ab2bd458f21d4be774e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 22 23:03:58 2019 +0200 patch 8.1.2068: test for SafeState and SafeStateAgain may fail Problem: Test for SafeState and SafeStateAgain may fail. Solution: Accept more possible responses
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Sep 2019 23:15: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 "$@"