view configure @ 33117:849c19550a8f v9.0.1841

patch 9.0.1841: style: trailing whitespace in ex_cmds.c Commit: https://github.com/vim/vim/commit/9d093fd05626aa19e5d9ff6d4b738a0f8f5deccb Author: Christian Brabandt <cb@256bit.org> Date: Sat Sep 2 15:07:24 2023 +0200 patch 9.0.1841: style: trailing whitespace in ex_cmds.c Problem: style: trailing whitespace in ex_cmds.c Solution: remove it Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2023 15:15:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"