view configure @ 12604:a0199c0efc73 v8.0.1180

patch 8.0.1180: MS-Windows testclean target deletes the color script commit https://github.com/vim/vim/commit/75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 7 20:10:29 2017 +0200 patch 8.0.1180: MS-Windows testclean target deletes the color script Problem: MS-Windows testclean target deletes the color script. Solution: Rename the script file.
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Oct 2017 20:15: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 "$@"