Commit c481a7a
committed
tcl: Fix SINGULARITY_*OPTS env vars setup
Use the `setenv` modulefile command to define the SINGULARITY_OPTS and
SINGULARITY_COMMAND_OPTS environment variables in Tcl modulefiles.
It is important to get both of these environment variables defined even
if empty when the modulefile is loaded, as the various shell aliases
rely on these variables. On Csh shells, an *Undefined variable* error is
obtained if the environment variables are not defined.1 parent aea975b commit c481a7a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments