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