Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting multi-line value to environment variable #557

Open
xdelaruelle opened this issue Dec 6, 2024 · 0 comments
Open

Setting multi-line value to environment variable #557

xdelaruelle opened this issue Dec 6, 2024 · 0 comments

Comments

@xdelaruelle
Copy link
Collaborator

An error is currently obtained when trying to define an environment variable with a multi-line value:

$ cat test 
#%Module
setenv FOO {my
multi
line
value}
$ ml ./test
bash: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant