view configure @ 10809:3adae5c1b1cd v8.0.0294

patch 8.0.0294: argument list is not stored correctly in a session file commit https://github.com/vim/vim/commit/79da563cf9220b9abb83455a68d995684133ea56 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 1 22:52:44 2017 +0100 patch 8.0.0294: argument list is not stored correctly in a session file Problem: Argument list is not stored correctly in a session file. (lgpasquale) Solution: Use "$argadd" instead of "argadd". (closes #1434)
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Feb 2017 23:00:04 +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 "$@"