view configure @ 15215:d99d068b996b v8.1.0617

patch 8.1.0617: NSIS installer gets two files from the wrong directory commit https://github.com/vim/vim/commit/1916673a1696eab66516c3f96bec1f2e4b92f761 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 21 17:59:33 2018 +0100 patch 8.1.0617: NSIS installer gets two files from the wrong directory Problem: NSIS installer gets two files from the wrong directory. Solution: Change ${VIMRT} to "..\".
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 18:00:06 +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 "$@"