view configure @ 12216:e971ef6c0dee v8.0.0988

patch 8.0.0988: warning from Covscan about using NULL pointer commit https://github.com/vim/vim/commit/829aa64cf5a113bb683ddf8b32e483e0696602ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 23 22:32:35 2017 +0200 patch 8.0.0988: warning from Covscan about using NULL pointer Problem: Warning from Covscan about using NULL pointer. Solution: Add extra check for NULL. (zdohnal)
author Christian Brabandt <cb@256bit.org>
date Wed, 23 Aug 2017 22:45:04 +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 "$@"