view configure @ 11567:632daabce5d8 v8.0.0666

patch 8.0.0666: dead for loop commit https://github.com/vim/vim/commit/5fe691240bff11e9618252486147f0156e875666 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 23 23:00:08 2017 +0200 patch 8.0.0666: dead for loop Problem: Dead for loop. (Coverity) Solution: Remove the for loop.
author Christian Brabandt <cb@256bit.org>
date Fri, 23 Jun 2017 23:00: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 "$@"