view configure @ 15910:da4d1f69374e v8.1.0961

patch 8.1.0961: Mac: fsync may fail sometimes commit https://github.com/vim/vim/commit/9166838420c2e2029270c4683f68aecd3db5a484 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 21 12:16:12 2019 +0100 patch 8.1.0961: Mac: fsync may fail sometimes Problem: Mac: fsync may fail sometimes. Solution: Do not check errno. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/4025)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Feb 2019 12:30:08 +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 "$@"