view configure @ 11189:e74af2aca96e v8.0.0481

patch 8.0.0481: unnecessary if statement commit https://github.com/vim/vim/commit/aab93b12cb54fbe5efe9e8f6fde1c46802a3031e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 18 21:37:28 2017 +0100 patch 8.0.0481: unnecessary if statement Problem: Unnecessary if statement. Solution: Remove the statement. Fix "it's" vs "its" mistakes. (Dominique Pelle, closes #1568)
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Mar 2017 21:45: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 "$@"