diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2023-09-01 14:05:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 11:05:02 -0700 |
commit | b72a268bc565d370bd64589e86929acfd73c08a1 (patch) | |
tree | ed532b6e9761fc77f46e8987ca443c2151f015e3 /bin | |
parent | 818195a3bd19a916c73f66695fb3bd7845f94a7d (diff) | |
download | spack-b72a268bc565d370bd64589e86929acfd73c08a1.tar.gz spack-b72a268bc565d370bd64589e86929acfd73c08a1.tar.bz2 spack-b72a268bc565d370bd64589e86929acfd73c08a1.tar.xz spack-b72a268bc565d370bd64589e86929acfd73c08a1.zip |
"spack config add": allow values with a ":" (#39279)
If you wanted to set a configuration option like
`config:install_tree:root` to "C:/path/to/config.yaml", Spack had
trouble parsing this because of the ":" in the value. This adds
logic to allow using quotes to enclose the value, so you can add
`config:install_tree:root:"C:/path/to/config.yaml"`.
Configuration keys should never contain a quote character, so the
presence of any quote is taken to mean that the rest of the string
is specifying the value.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions