diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2023-09-06 14:44:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 18:44:00 +0000 |
commit | 40c4c81c192c03f3a3a6d60396c3a50c0ea44234 (patch) | |
tree | f04a4b13c2e8df72959b4abffe6feb0ce9965421 /.dockerignore | |
parent | 642451e0477c0463e954552b754a6754f106e8f4 (diff) | |
download | spack-40c4c81c192c03f3a3a6d60396c3a50c0ea44234.tar.gz spack-40c4c81c192c03f3a3a6d60396c3a50c0ea44234.tar.bz2 spack-40c4c81c192c03f3a3a6d60396c3a50c0ea44234.tar.xz spack-40c4c81c192c03f3a3a6d60396c3a50c0ea44234.zip |
"spack config add": support values with ":" (#39831)
This is a fixed version of b72a268
* That commit would discard the final key component (so if you set
"config:install_tree:root", it would discard "root" and just set
install tree).
* When setting key:"value", with the quotes, that commit would
discard the quotes, which would confuse the system if adding a
value like "{example}" (the "{" character indicates a dictionary).
This commit retains the quotes.
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions