view configure @ 12369:d7f087d1b0e5 v8.0.1064

patch 8.0.1064: Coverity warns for leaking resource commit https://github.com/vim/vim/commit/1b9f9d315f137cc883c7aecd39f3df329b7f9085 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 5 23:32:38 2017 +0200 patch 8.0.1064: Coverity warns for leaking resource Problem: Coverity warns for leaking resource. Solution: Free pty_master_fd on failure.
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Sep 2017 23:45: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 "$@"