view configure @ 36064:b8d25846181a

runtime(doc): use mkdir -p to save a command Commit: https://github.com/vim/vim/commit/7c8bbc6d28387e5c73f049663ace0c3829f9e128 Author: Ughur Alakbarov <58857108+ugur-a@users.noreply.github.com> Date: Sat Aug 31 16:12:39 2024 +0200 runtime(doc): use mkdir -p to save a command closes: https://github.com/vim/vim/issues/15599 Signed-off-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Ughur Alakbarov <58857108+ugur-a@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 31 Aug 2024 16:15:05 +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 "$@"