Skip to content

Commit

Permalink
Be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 8, 2024
1 parent 2275816 commit 30c1bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/eessi_environment_variables
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if [ -d $EESSI_PREFIX ]; then
show_msg "Only setting up basic environment, so we're done"
elif [ -d $EESSI_SOFTWARE_PATH ]; then
EESSI_SITE_SOFTWARE_PATH=${EESSI_SOFTWARE_PATH/versions/host_injections}
show_msg "Using ${EESSI_SITE_INSTALLPATH} as the site extension directory for installations."
show_msg "Using ${EESSI_SITE_SOFTWARE_PATH} as the site extension directory for installations."
# Allow for the use of a custom MNS
if [ -z ${EESSI_CUSTOM_MODULEPATH+x} ]; then
# EESSI_CUSTOM_MODULEPATH not set so we use our defaults
Expand Down

0 comments on commit 30c1bb3

Please sign in to comment.