Forked from
Maunium / synapse
5088 commits behind the upstream repository.
Dan Callahan
authored
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>