view configure @ 16869:e264d45f268a v8.1.1436

patch 8.1.1436: writefile test fails when run under /tmp commit https://github.com/vim/vim/commit/c28cb5b16df76353a5995fda3b9341612b8630c1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 31 20:42:09 2019 +0200 patch 8.1.1436: writefile test fails when run under /tmp Problem: Writefile test fails when run under /tmp. Solution: Adjust 'backupskip. (Kenta Sato, closes https://github.com/vim/vim/issues/4462)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 May 2019 20:45:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"