view configure @ 15150:83a366325158 v8.1.0585

patch 8.1.0585: undo test may fail on MS-Windows commit https://github.com/vim/vim/commit/56242f2b08737677812513c447955579a19aa620 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 15:48:48 2018 +0100 patch 8.1.0585: undo test may fail on MS-Windows Problem: Undo test may fail on MS-Windows. Solution: Also handle lower case drive letters.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 16:00:07 +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 "$@"