Skip to content

Commit 58120d2

Browse files
committed
make sure envvar is set in prefix environment
1 parent 68aa119 commit 58120d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run_in_compat_layer_env.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ fi
2626
if [ ! -z ${EESSI_VERSION_OVERRIDE} ]; then
2727
INPUT="export EESSI_VERSION_OVERRIDE=${EESSI_VERSION_OVERRIDE}; ${INPUT}"
2828
fi
29+
if [ ! -z ${EESSI_OVERRIDE_GPU_CHECK} ]; then
30+
INPUT="export EESSI_OVERRIDE_GPU_CHECK=${EESSI_OVERRIDE_GPU_CHECK}; ${INPUT}"
31+
fi
2932
if [ ! -z ${http_proxy} ]; then
3033
INPUT="export http_proxy=${http_proxy}; ${INPUT}"
3134
fi

0 commit comments

Comments
 (0)