Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Shellcheck SC2012: Use find instead of ls | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| | | | | | | | | Use find instead of ls to better handle non-alphanumeric filenames. https://github.com/koalaman/shellcheck/wiki/SC2012 Signed-off-by: Dan Callahan <danc@element.io> | ||||
* | Fix Shellcheck SC2016: Single quotes don't expand | Dan Callahan | 2021-10-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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> | ||||
* | Fix Shellcheck SC2046: Quote to prevent word split | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| | | | | | | | | Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by: Dan Callahan <danc@element.io> | ||||
* | Some vagrant hackery for testing the debs | Richard van der Hoff | 2019-05-17 | 4 | -0/+48 |