synapse/debian/test
Dan Callahan 9d0f9d51d5
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>
2021-10-22 23:08:54 +01:00
..
stretch Some vagrant hackery for testing the debs 2019-05-17 12:56:46 +01:00
xenial Some vagrant hackery for testing the debs 2019-05-17 12:56:46 +01:00
.gitignore Some vagrant hackery for testing the debs 2019-05-17 12:56:46 +01:00
provision.sh Fix Shellcheck SC2016: Single quotes don't expand 2021-10-22 23:08:54 +01:00