From: Junio C Hamano Date: Mon, 7 Apr 2025 16:38:18 +0000 (-0700) Subject: Meta/Make: export SHELL as well as SHELL_PATH X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cfb2558b686f7bdaaae54b6550a6ee5cbfe8ff6;p=thirdparty%2Fgit.git Meta/Make: export SHELL as well as SHELL_PATH --- diff --git a/Make b/Make index dc7c44c55b..b2f30fba9a 100755 --- a/Make +++ b/Make @@ -215,7 +215,7 @@ determine_long_version >version set "prefix=$prefix" "$@" if test -n "$with_shell" && test -f "$with_shell" then - set "SHELL_PATH=$with_shell" "$@" + set "SHELL_PATH=$with_shell" "SHELL=$with_shell" "$@" fi if grep >/dev/null DC_SHA1 Makefile