view configure @ 36207:052dd63995bd v9.1.0747

patch 9.1.0747: various typos in repo found Commit: https://github.com/vim/vim/commit/8feed3a52548591b2eaef66f4d53e1a49b2dabe5 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Sep 29 10:37:47 2024 +0200 patch 9.1.0747: various typos in repo found Problem: various typos in repo found Solution: Fix typos (zeertzjq) closes: #15749 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Sep 2024 10:45:03 +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 "$@"