]> git.proxmox.com Git - mirror_zfs.git/commit - autogen.sh
Ubuntu 22.04 integration: ShellCheck
authorszubersk <szuberskidamian@gmail.com>
Sat, 12 Nov 2022 12:22:49 +0000 (22:22 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 18 Nov 2022 19:24:48 +0000 (11:24 -0800)
commita5087965fe2fbb8cae60232b9b41b7ce7464daf1
tree807f38ec5a5d55e758ca7eda167fada38cc13adb
parentc3b6fd3d594f27827d69d972b41520ef0646bdea
Ubuntu 22.04 integration: ShellCheck

- Add new SC2312 global exclude.
  ```
  Consider invoking this command separately to avoid masking its return
  value (or use '|| true' to ignore). [SC2312]
  ```

- Correct errors detected by new ShellCheck version.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: szubersk <szuberskidamian@gmail.com>
Closes #14148
autogen.sh
config/Shellcheck.am
contrib/bash_completion.d/zfs.in
contrib/dracut/02zfsexpandknowledge/module-setup.sh.in
contrib/dracut/90zfs/module-setup.sh.in
contrib/initramfs/scripts/zfs
scripts/common.sh.in
scripts/kmodtool
scripts/zimport.sh
scripts/zloop.sh