File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,9 @@ if [ ! -f ${_lmod_sitepackage_file} ]; then
173
173
fi
174
174
175
175
# Set all the EESSI environment variables (respecting $EESSI_SOFTWARE_SUBDIR_OVERRIDE)
176
- # $EESSI_SILENT - don't print any messages
177
- # $EESSI_BASIC_ENV - give a basic set of environment variables
178
- unset EESSI_SILENT
179
- unset EESSI_BASIC_ENV
180
- source $TOPDIR /init/eessi_environment_variables
176
+ # $EESSI_SILENT - don't print any messages if set (use 'unset EESSI_SILENT' to let script show messages)
177
+ # $EESSI_BASIC_ENV - give a basic set of environment variables if set (use 'EESSI_BASIC_ENV=' to let script initialise a full environment)
178
+ EESSI_SILENT=1 EESSI_BASIC_ENV= source $TOPDIR /init/eessi_environment_variables
181
179
182
180
if [[ -z ${EESSI_SOFTWARE_SUBDIR} ]]; then
183
181
fatal_error " Failed to determine software subdirectory?!"
You can’t perform that action at this time.
0 commit comments