view configure @ 14573:738e9d1ac4d2 v8.1.0300

patch 8.1.0300: the old window title might be freed twice commit https://github.com/vim/vim/commit/d8f0cef2bdbdc15d7906f991725e09e67c97cf7e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 19 22:20:16 2018 +0200 patch 8.1.0300: the old window title might be freed twice Problem: The old window title might be freed twice. (Dominique Pelle) Solution: Do not free "oldtitle" in a signal handler but set a flag to have it freed later.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Aug 2018 22:30:05 +0200
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 "$@"