view configure @ 15296:60e962106f8a v8.1.0656

patch 8.1.0656: trying to reconnect to X server may cause problems commit https://github.com/vim/vim/commit/c0c7549687b8d095f3ab7e99c8e0bfaaf63b57d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 29 11:03:23 2018 +0100 patch 8.1.0656: trying to reconnect to X server may cause problems Problem: Trying to reconnect to X server may cause problems. Solution: Do no try reconnecting when exiting. (James McCoy)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Dec 2018 11:15:05 +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 "$@"