view configure @ 32922:397ff3169248 v9.0.1769

patch 9.0.1769: executable() ignoring symlinks on Windows Commit: https://github.com/vim/vim/commit/f5d0f54790fa86dfe73b428a087c8d8e6f391857 Author: AmberArr <me@frost.moe> Date: Sun Aug 20 20:03:45 2023 +0200 patch 9.0.1769: executable() ignoring symlinks on Windows Problem: executable() ignoring symlinks on Windows Solution: resolve reparse points closes: #12562 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: AmberArr <me@frost.moe>
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 20:15:04 +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 "$@"