mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Remove PATH setting for chroot mode
This commit is contained in:
parent
71397b942b
commit
874f52f0f8
1 changed files with 1 additions and 2 deletions
|
|
@ -33,9 +33,8 @@ function _run_env_as_xroot(){
|
|||
copy_common_files
|
||||
fi
|
||||
|
||||
# Resets PATH to avoid polluting with host related bin paths
|
||||
# shellcheck disable=SC2086
|
||||
PATH='' JUNEST_ENV=1 $cmd $backend_args "$JUNEST_HOME" "${DEFAULT_SH[@]}" "${args[@]}"
|
||||
JUNEST_ENV=1 $cmd $backend_args "$JUNEST_HOME" "${DEFAULT_SH[@]}" "${args[@]}"
|
||||
}
|
||||
|
||||
#######################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue