From 1090b297aadef23e4b3028f19f4b9215464dedb4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 20:16:15 +0000 Subject: [PATCH] make.sh: Set PATH before entering the chroot environment Signed-off-by: Michael Tremer --- make.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make.sh b/make.sh index 7dfdfc57bf..907a039908 100755 --- a/make.sh +++ b/make.sh @@ -751,6 +751,9 @@ execute() { execute+=( "chroot" "${BUILD_DIR}" ) fi + # Set PATH so that we can find the env binary + local PATH="${environ[PATH]}:${PATH}" + # Reset the environment execute+=( "env" -- 2.39.5