view configure @ 12820:63d87ba12c34 v8.0.1287

patch 8.0.1287: temp file used for viminfo may have wrong permissions commit https://github.com/vim/vim/commit/aeeb6888ca3ee5122793b37c5aacc6c960b02c37 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 11 16:45:19 2017 +0100 patch 8.0.1287: temp file used for viminfo may have wrong permissions Problem: The temp file used when updating the viminfo file may have the wrong permissions if setting the group fails. Solution: Check if the group matches and reduce permissions if not.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2017 17:00:05 +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 "$@"