view configure @ 15842:3af565215286 v8.1.0928

patch 8.1.0928: stray log function call commit https://github.com/vim/vim/commit/d634024b90c7ae6ff08c1970646f1bca91f5611f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 00:00:28 2019 +0100 patch 8.1.0928: stray log function call Problem: Stray log function call. Solution: Remove the log function call.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 00:15: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 "$@"