view configure @ 12517:1b65cbe1578d v8.0.1137

patch 8.0.1137: cannot build with Ruby commit https://github.com/vim/vim/commit/e745d75c3e0d976e73bd17c395e9cce98f671692 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 22 16:56:22 2017 +0200 patch 8.0.1137: cannot build with Ruby Problem: Cannot build with Ruby. Solution: Fix misplaced brace.
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Sep 2017 17:00:05 +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 "$@"