view configure @ 15273:19272aa12962 v8.1.0645

patch 8.1.0645: Coverity warns for possible use of NULL pointer commit https://github.com/vim/vim/commit/06d626032330dc79825004f9cba7d154c9c90cbc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 27 21:27:03 2018 +0100 patch 8.1.0645: Coverity warns for possible use of NULL pointer Problem: Coverity warns for possible use of NULL pointer. Solution: Check return value of vterm_obtain_screen().
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Dec 2018 21:30:06 +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 "$@"