diff options
author | Dan Callahan <danc@element.io> | 2021-10-22 21:44:25 +0100 |
---|---|---|
committer | Dan Callahan <danc@element.io> | 2021-10-22 23:08:54 +0100 |
commit | 9d0f9d51d5da7ebcd3178fefc1e68c3c5494d673 (patch) | |
tree | 32d9f5c79eb578e61b42eac00c70e1801733633d /setup.py | |
parent | Fix Shellcheck SC1091: Can't follow file (diff) | |
download | synapse-9d0f9d51d5da7ebcd3178fefc1e68c3c5494d673.tar.xz |
Fix Shellcheck SC2016: Single quotes don't expand
Expressions don't expand in single quotes, use double quotes for that. https://github.com/koalaman/shellcheck/wiki/SC2016 This specifically warned about the '$aregis...' part of the sed script. Which is a relatively obscure use of sed. Splitting this into two commands makes its intent more obvious and avoids contravening Shellcheck's lints. Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions