Skip to content

Commit

Permalink
do not set EESSI_SILENT
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 22, 2024
1 parent 5d8083b commit 89a6af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ fi
# Set all the EESSI environment variables (respecting $EESSI_SOFTWARE_SUBDIR_OVERRIDE)
# $EESSI_SILENT - don't print any messages
# $EESSI_BASIC_ENV - give a basic set of environment variables
EESSI_SILENT=0 EESSI_BASIC_ENV=1 source $TOPDIR/init/eessi_environment_variables
# EESSI_SILENT=1 EESSI_BASIC_ENV=1 source $TOPDIR/init/eessi_environment_variables
EESSI_BASIC_ENV=1 source $TOPDIR/init/eessi_environment_variables

if [[ -z ${EESSI_SOFTWARE_SUBDIR} ]]; then
fatal_error "Failed to determine software subdirectory?!"
Expand Down

0 comments on commit 89a6af5

Please sign in to comment.