view configure @ 31075:9fe10dc9aeec v9.0.0872

patch 9.0.0872: code is indented more than needed Commit: https://github.com/vim/vim/commit/623e94e13810e109c6aa201bcf3a8278429502f3 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Nov 13 18:11:17 2022 +0000 patch 9.0.0872: code is indented more than needed Problem: Code is indented more than needed. Solution: Return early. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11538)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Nov 2022 19:15:04 +0100
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 "$@"