summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/module-setenv-raw
AgeCommit message (Collapse)AuthorFilesLines
2023-06-26Add raw attribute to env.set command (#38465)Xavier Delaruelle1-0/+16
Update `env.set` command and underlying `SetEnv` object to add the `raw` boolean attribute. `raw` is optional and set to False by default. When set to True, value format is skipped for object when generating environment modifications. With this change it is now possible to define environment variable whose value contains variable reference syntax (like `{foo}` or `{}`) that should be set as-is. Fixes #29578