view configure @ 14561:3ea4a48213e6 v8.1.0294

patch 8.1.0294: MS-Windows: sometimes uses short directory name commit https://github.com/vim/vim/commit/3b9fcfcffab8f927a01877804fa6ac5bbca34c7a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 18 20:20:27 2018 +0200 patch 8.1.0294: MS-Windows: sometimes uses short directory name Problem: MS-Windows: sometimes uses short directory name. Solution: Expand to long file name with correct caps. (Nobuhiro Takasaki, closes #3334)
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Aug 2018 20:30:06 +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 "$@"