Commit 5b76d39
committed
tcl/lua: Add missing SINGULARITY_COMMAND_ARGS env. var
Add definition of the SINGULARITY_COMMAND_ARGS environment variable in
both Tcl and Lua modulefile templates. Set this variable to an empty
string like SINGULARITY_COMMAND_OPTS and SINGULARITY_OPTS. This is
important to set this variable when module is loaded as the -run shell
alias defined by this module relies on this variable. If not defined, an
*Undefined variable* error is obtained on Csh shells.1 parent 424de8f commit 5b76d39
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments