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

Fix Spack Environments bug with space in PATH #12759

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

adamjstewart
Copy link
Member

Fixes #12730

Not sure what other bugs this may have influenced, or if there are other places in Spack where we should be escaping spaces in paths and we're not currently.

@tgamblin @alalazo

@adamjstewart
Copy link
Member Author

Ping

@scheibelp scheibelp assigned scheibelp and unassigned alalazo Sep 16, 2019
@scheibelp scheibelp merged commit 5eac813 into spack:develop Sep 16, 2019
@scheibelp
Copy link
Member

Thanks!

@adamjstewart adamjstewart deleted the fixes/space-in-path branch September 16, 2019 18:10
tldahlgren pushed a commit to tldahlgren/spack that referenced this pull request Oct 11, 2019
This updates logic which sets shell variables to quote the values,
which is necessary when the value contains a space (e.g. PATH).
jrmadsen pushed a commit to jrmadsen/spack that referenced this pull request Oct 30, 2019
This updates logic which sets shell variables to quote the values,
which is necessary when the value contains a space (e.g. PATH).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spack Environments cannot handle space in PATH
3 participants