view configure @ 13569:97720d9a01d4 v8.0.1657

patch 8.0.1657: crash when reading a channel commit https://github.com/vim/vim/commit/9af9778209cd0cbb284f6ff7e88f707418089975 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 3 12:51:01 2018 +0200 patch 8.0.1657: crash when reading a channel Problem: Crash when reading a channel. Solution: Clear the write flag before writing. (idea by Shinya Ohyanagi, closes #2769).
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Apr 2018 13:00:07 +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 "$@"