nixpkgs/nixos/modules/programs/command-not-found
Anders Kaseorg d8ef13fc13 modules/programs/command-not-found: Fix ShellCheck warnings
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.

https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
..
command-not-found.nix modules/programs/command-not-found: Fix ShellCheck warnings 2021-09-06 08:49:34 +09:00
command-not-found.pl treewide: use perl.withPackages when possible 2021-03-31 21:35:37 +02:00