view configure @ 20124:b35d52e002cd v8.2.0617

patch 8.2.0617: new error check triggers in Swedish menu Commit: https://github.com/vim/vim/commit/d2662ad2de40e68999198150024531c91fece16c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 22 14:30:31 2020 +0200 patch 8.2.0617: new error check triggers in Swedish menu Problem: New error check triggers in Swedish menu. Solution: Insert backslash. (Mats Tegner, closes https://github.com/vim/vim/issues/5966)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Apr 2020 14:45: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 "$@"