mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-13 09:38:05 +00:00
- SC2006: Use $(..) instead of legacy `..`.
- SC2015: Note that A && B || C is not if-then-else. C may run
when A is true.
- SC2086: Double quote to prevent globbing and word splitting.
- SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
385 B
Executable File
385 B
Executable File