From 30c1bb362ef9197e234984065f0b5193b8b0845c Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Tue, 8 Oct 2024 16:19:32 +0200 Subject: [PATCH] Be consistent --- init/eessi_environment_variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/eessi_environment_variables b/init/eessi_environment_variables index c4afd9ab5e..90b295e56d 100644 --- a/init/eessi_environment_variables +++ b/init/eessi_environment_variables @@ -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