From 7587d725783ffd82593f8b4bce65c28cfe4dd05f Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 19 Jan 2026 17:31:33 -0500 Subject: [PATCH] update: fix PATH --- leaf | 1 + 1 file changed, 1 insertion(+) diff --git a/leaf b/leaf index cda6318..d16fd3a 100755 --- a/leaf +++ b/leaf @@ -10,6 +10,7 @@ CLEAR_COLOR=$'\e[0m' _DEF_PARALLEL_JOBS=4 _ENV_PARALLEL_JOBS="${PARALLEL_JOBS}" source /etc/leaf.conf +export PATH="/usr/bin:/usr/sbin" if [ -n "${_ENV_PARALLEL_JOBS}" ]; then export PARALLEL_JOBS="${_ENV_PARALLEL_JOBS}" elif [ -z "${PARALLEL_JOBS}" ]; then