view configure @ 11977:701aea3bc68b v8.0.0869

patch 8.0.0869: job output is sometimes not displayed in a terminal commit https://github.com/vim/vim/commit/a9f028103fee253ea8a09e49031011ee3da69ece Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 5 17:40:38 2017 +0200 patch 8.0.0869: job output is sometimes not displayed in a terminal Problem: Job output is sometimes not displayed in a terminal. Solution: Flush output before closing the channel.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Aug 2017 17:45:03 +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 "$@"