Commit dbc4472 Robert McLay
committed
1 parent 907cb5a commit dbc4472 Copy full SHA for dbc4472
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ Lmod 7.8+
9
9
(7.8.5) Define MCP and mcp earlier in lmod main() so that errors/warning found in SitePackage work.
10
10
issue #383: Use LUA_PATH to evaluate Version.lua instead of depending on ./?.lua to be LUA_PATH.
11
11
Added mgrload function and documentation
12
-
12
+ (7.8.6) Fixed unbound variable in bash.in.
13
+
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ if [ -z "${LMOD_SH_DBG_ON+x}" ]; then
13
13
esac ;
14
14
fi
15
15
16
- [ -n " ${__lmod_vx} " ] && set +$__lmod_vx
16
+ [ -n " ${__lmod_vx:- } " ] && set +$__lmod_vx
17
17
18
18
export LMOD_PKG=@PKGV@
19
19
20
- if [ -n " ${__lmod_vx} " ]; then
20
+ if [ -n " ${__lmod_vx:- } " ]; then
21
21
echo " Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output ($LMOD_PKG /init/bash)"
22
22
fi
23
23
You can’t perform that action at this time.
0 commit comments