diff options
author | Xavier Delaruelle <xavier.delaruelle@cea.fr> | 2023-07-19 17:57:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 17:57:37 +0200 |
commit | d9fbdfbee930c9bae5c4c007bfb6a844ffdb0744 (patch) | |
tree | 866a3487c701f15001d37eefc584ab49ff3719b9 /LICENSE-MIT | |
parent | ae08b25dacd56b287d8c80ad648b998cfa2ec8cb (diff) | |
download | spack-d9fbdfbee930c9bae5c4c007bfb6a844ffdb0744.tar.gz spack-d9fbdfbee930c9bae5c4c007bfb6a844ffdb0744.tar.bz2 spack-d9fbdfbee930c9bae5c4c007bfb6a844ffdb0744.tar.xz spack-d9fbdfbee930c9bae5c4c007bfb6a844ffdb0744.zip |
modules: use curly braces to enclose value in Tcl modulefile (#38375)
Use curly braces instead of quotes to enclose value or text in Tcl
modulefile. Within curly braces Tcl special characters like [, ] or $
are treated verbatim whereas they are evaluated within quotes.
Curly braces is Tcl recommended way to enclose verbatim content [1].
Note: if curly braces charaters are used within content, they must be
balanced. This point has been checked against current repository and no
unbalanced curly braces has been spotted.
Fixes #24243
[1] https://wiki.tcl-lang.org/page/Tcl+Minimal+Escaping+Style
Diffstat (limited to 'LICENSE-MIT')
0 files changed, 0 insertions, 0 deletions