view configure @ 14772:66e241c3a2f0 v8.1.0398

patch 8.1.0398: no test for -o and -O command line arguments commit https://github.com/vim/vim/commit/8f4499b81612568b4964e8445d86e34e6d644b13 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 16 16:28:11 2018 +0200 patch 8.1.0398: no test for -o and -O command line arguments Problem: No test for -o and -O command line arguments. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3438)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Sep 2018 16:30:06 +0200
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 "$@"