view configure @ 33680:76ff7b7b44f2 v9.0.2077

patch 9.0.2077: CI fails because of trailing whitespace in test Commit: https://github.com/vim/vim/commit/87ca5e86fa0ef305f3d39cc4261b622f21417f7f Author: Christian Brabandt <cb@256bit.org> Date: Fri Oct 27 19:47:29 2023 +0200 patch 9.0.2077: CI fails because of trailing whitespace in test Problem: CI fails because of trailing whitespace in test Solution: Remove it Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Oct 2023 20:00: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 "$@"