You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error is currently obtained when trying to define an environment variable with a multi-line value:
$ cat test#%Modulesetenv FOO {mymultilinevalue}
$ ml ./testbash: multi: command not found...bash: line: command not found...bash: value: command not found...
It is desired to support the ability to set environment variable to a multi-line value.
The text was updated successfully, but these errors were encountered:
An error is currently obtained when trying to define an environment variable with a multi-line value:
It is desired to support the ability to set environment variable to a multi-line value.
The text was updated successfully, but these errors were encountered: