view configure @ 10716:905ab712979c v8.0.0248

patch 8.0.0248: vim_strcat() cannot handle overlapping arguments commit https://github.com/vim/vim/commit/45600ce8f2bead069882032f992623cd5a799ca0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 27 21:54:07 2017 +0100 patch 8.0.0248: vim_strcat() cannot handle overlapping arguments Problem: vim_strcat() cannot handle overlapping arguments. Solution: Use mch_memmove() instead of strcpy(). (Justin M Keyes, closes #1415)
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Jan 2017 22:00:06 +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 "$@"