view configure @ 15223:0e7615548cef v8.1.0621

patch 8.1.0621: terminal debugger does not handle unexpected debugger exit commit https://github.com/vim/vim/commit/ef3c6a5b023723a5f6eec47328cf7139c2048f8c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 22 15:14:49 2018 +0100 patch 8.1.0621: terminal debugger does not handle unexpected debugger exit Problem: Terminal debugger does not handle unexpected debugger exit. Solution: Check for debugger job ended and close unused buffers. (Damien)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Dec 2018 15:15:04 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"