view configure @ 34024:5491229840a3

runtime(elixir): fix indentation (#13771) Commit: https://github.com/vim/vim/commit/7e27411007378e005339ef37503697ae7e183da1 Author: George Guimar?es <george.guimaraes@gmail.com> Date: Wed Dec 27 15:06:05 2023 -0300 runtime(elixir): fix indentation (https://github.com/vim/vim/issues/13771) Signed-off-by: George Guimar?es <george.guimaraes@gmail.com> Signed-off-by: Mitchell Hanberg <mitch@mitchellhanberg.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Dec 2023 19:15:05 +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 "$@"