view configure @ 11230:a3ea65af63cf v8.0.0501

patch 8.0.0501: on MS-Windows ":!start" does not work as expected commit https://github.com/vim/vim/commit/b2964f2570574b4c66f3645d69956fec99f2af3e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 21 19:29:26 2017 +0100 patch 8.0.0501: on MS-Windows ":!start" does not work as expected Problem: On MS-Windows ":!start" does not work as expected. Solution: When creating a process fails try passing the argument to ShellExecute(). (Katsuya Hino, closes #1570)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Mar 2017 19:30: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 "$@"