@@ -632,7 +632,7 @@ symlink_mode () {
632632 nvidia_trusted_dir=" ${EESSI_EPREFIX} /lib/nvidia"
633633 if [[ -L " $nvidia_trusted_dir " ]]; then
634634 target1=$( readlink " $nvidia_trusted_dir " )
635- log_verbose " $nvidia_trusted_dir is a CVMFS variant symlink (EESSI_${ESSSI_VERSION // ./ } _NVIDIA_OVERRIDE) currently pointing to $target1 "
635+ log_verbose " $nvidia_trusted_dir is a CVMFS variant symlink (EESSI_${EESSI_VERSION // ./ } _NVIDIA_OVERRIDE) currently pointing to $target1 "
636636 # If this is a link, and if it lives in the EESSI_CVMFS_REPO, we assume this is a variant symlink
637637 if [[ -L " $target1 " && " $target1 " == " $EESSI_CVMFS_REPO " /* ]]; then
638638 target2=$( readlink " $target1 " )
@@ -641,19 +641,19 @@ symlink_mode () {
641641 log_verbose " ${msg} "
642642
643643 # Check if target2 isn't /dev/null (the default target of the EESSI_NVIDIA_OVERRIDE_DEFAULT variant symlink)
644- # If it is, suggest setting EESSI_NVIDIA_OVERRIDE_DEFAULT or EESSI_${ESSSI_VERSION //./}_NVIDIA_OVERRIDE
644+ # If it is, suggest setting EESSI_NVIDIA_OVERRIDE_DEFAULT or EESSI_${EESSI_VERSION //./}_NVIDIA_OVERRIDE
645645 if [[ $target2 == /dev/null ]]; then
646646 msg=" ${nvidia_trusted_dir} is a symlink pointing to ${target1} , which is a symlink pointing to ${target2} \n"
647647 msg=" ${msg} If you want to symlink the drivers in a single location for all EESSI versions, please define"
648648 msg=" ${msg} the EESSI_NVIDIA_OVERRIDE_DEFAULT variant symlink in your local CVMFS configuration to point to"
649649 msg=" ${msg} writeable location. This will change the target of symlink ${target1} .\n"
650650 msg=" ${msg} If you want to symlink the drivers only for this version of EESSI (${EESSI_VERSION} ), please define"
651- msg=" ${msg} the EESSI_${ESSSI_VERSION // ./ } _NVIDIA_OVERRIDE variant symlink in your local CVMFS configuration to point to"
651+ msg=" ${msg} the EESSI_${EESSI_VERSION // ./ } _NVIDIA_OVERRIDE variant symlink in your local CVMFS configuration to point to"
652652 msg=" ${msg} writeable location. This will change the target of symlink ${nvidia_trusted_dir} .\n"
653653 fatal_error " ${msg} "
654654 fi
655655 else
656- msg=" $target1 does not seem to be a CVMFS variant symlink, suggesting that EESSI_${ESSSI_VERSION // ./ } _NVIDIA_OVERRIDE"
656+ msg=" $target1 does not seem to be a CVMFS variant symlink, suggesting that EESSI_${EESSI_VERSION // ./ } _NVIDIA_OVERRIDE"
657657 msg=" ${msg} was set in the CVMFS config. Proceeding to install host symlinks in $target1 ."
658658 log_verbose " ${msg} "
659659 fi
0 commit comments