view configure @ 15661:b6f11ff3b6d1 v8.1.0838

patch 8.1.0838: compiler warning for type conversion commit https://github.com/vim/vim/commit/dec01206b224fd0fba66e4da20a602e941d74d04 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 28 20:04:24 2019 +0100 patch 8.1.0838: compiler warning for type conversion Problem: Compiler warning for type conversion. Solution: Add a type cast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Jan 2019 20: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 "$@"