Skip to content

Commit

Permalink
make sure envvar is set in prefix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 24, 2024
1 parent 68aa119 commit 58120d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_in_compat_layer_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ fi
if [ ! -z ${EESSI_VERSION_OVERRIDE} ]; then
INPUT="export EESSI_VERSION_OVERRIDE=${EESSI_VERSION_OVERRIDE}; ${INPUT}"
fi
if [ ! -z ${EESSI_OVERRIDE_GPU_CHECK} ]; then
INPUT="export EESSI_OVERRIDE_GPU_CHECK=${EESSI_OVERRIDE_GPU_CHECK}; ${INPUT}"
fi
if [ ! -z ${http_proxy} ]; then
INPUT="export http_proxy=${http_proxy}; ${INPUT}"
fi
Expand Down

0 comments on commit 58120d2

Please sign in to comment.