view configure @ 13219:4b8d89ea9edb v8.0.1484

patch 8.0.1484: reduntant conditions commit https://github.com/vim/vim/commit/a15ef4588c057da87f64be5b17aef35aaead8ac8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 16:46:00 2018 +0100 patch 8.0.1484: reduntant conditions Problem: Reduntant conditions. Solution: Remove them. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 17:00:07 +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 "$@"