diff options
author | Dan Callahan <danc@element.io> | 2021-10-21 23:06:41 +0100 |
---|---|---|
committer | Dan Callahan <danc@element.io> | 2021-10-22 23:08:54 +0100 |
commit | 6a9d84a6761bd1afb8223512cec0c9809c4db9b5 (patch) | |
tree | acede9dd9de342d90e3b4df476e7b143b4a77617 /demo | |
parent | Fix Shellcheck SC2154: variable possibly undefined (diff) | |
download | synapse-6a9d84a6761bd1afb8223512cec0c9809c4db9b5.tar.xz |
Fix Shellcheck SC2166: test -a is not well defined
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. https://github.com/koalaman/shellcheck/wiki/SC2166 Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'demo')
0 files changed, 0 insertions, 0 deletions