update: fix PATH
This commit is contained in:
1
leaf
1
leaf
@@ -10,6 +10,7 @@ CLEAR_COLOR=$'\e[0m'
|
|||||||
_DEF_PARALLEL_JOBS=4
|
_DEF_PARALLEL_JOBS=4
|
||||||
_ENV_PARALLEL_JOBS="${PARALLEL_JOBS}"
|
_ENV_PARALLEL_JOBS="${PARALLEL_JOBS}"
|
||||||
source /etc/leaf.conf
|
source /etc/leaf.conf
|
||||||
|
export PATH="/usr/bin:/usr/sbin"
|
||||||
if [ -n "${_ENV_PARALLEL_JOBS}" ]; then
|
if [ -n "${_ENV_PARALLEL_JOBS}" ]; then
|
||||||
export PARALLEL_JOBS="${_ENV_PARALLEL_JOBS}"
|
export PARALLEL_JOBS="${_ENV_PARALLEL_JOBS}"
|
||||||
elif [ -z "${PARALLEL_JOBS}" ]; then
|
elif [ -z "${PARALLEL_JOBS}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user