We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a850e commit e71d2c8Copy full SHA for e71d2c8
1 file changed
init/lmod/bash
@@ -52,7 +52,7 @@ EESSI_VERSION_DEFAULT="${__EESSI_VERSION_USED_FOR_INIT:-__EESSI_VERSION_DEFAULT_
52
if [ -z "$__Init_EESSI_Default_Modules" ]; then
53
EESSI_VERSION="${EESSI_VERSION:-${EESSI_VERSION_DEFAULT}}"
54
else
55
- # If we have already initiaised and this is being called again, then we must want the specific version
+ # If we have already initialised and this is being called again, then we must want the specific version
56
EESSI_VERSION="__EESSI_VERSION_DEFAULT__"
57
fi
58
# On the first run we want to record the EESSI version used for init as an environment variable so that if a different
0 commit comments