view configure @ 14483:7fd8cb54da4a v8.1.0255

patch 8.1.0255: backup test fails when using shadow directory commit https://github.com/vim/vim/commit/f8f88f89e12df516c1fac5851b504238ebc1d2d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 8 11:02:32 2018 +0200 patch 8.1.0255: backup test fails when using shadow directory Problem: Backup test fails when using shadow directory. Solution: Remove check for "src".
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Aug 2018 11:15: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 "$@"