view configure @ 13208:e96663c35bab v8.0.1478

patch 8.0.1478: unnecessary condition commit https://github.com/vim/vim/commit/dff72ba4459f54cac2ce40eea3d92097660c7b9f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 8 22:45:17 2018 +0100 patch 8.0.1478: unnecessary condition Problem: Unnecessary condition for "len" being zero. Solution: Remove the condition. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Thu, 08 Feb 2018 23:00:05 +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 "$@"