mirror_zfs/scripts
Brian Behlendorf 1180d61152 Fix minor shellcheck 0.7.2 warnings
The first warning of a misspelling is a false positive, so we annotate
the script accordingly.  As for the x-prefix warnings update the check
to use the conventional '[ -z <string> ]' syntax.

all-syslog.sh:46:47: warning: Possible misspelling: ZEVENT_ZIO_OBJECT
    may not be assigned, but ZEVENT_ZIO_OBJSET is. [SC2153]
make_gitrev.sh:53:6: note: Avoid x-prefix in comparisons as it no
    longer serves a purpose [SC2268]
man-dates.sh:10:7: note: Avoid x-prefix in comparisons as it no
    longer serves a purpose [SC2268]

Reviewed-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #12208
2021-06-10 10:50:16 -07:00
..
zfs-images@3331601f6d Add zimport.sh compatibility test script 2014-02-21 12:10:31 -08:00
.gitignore Remove autotools products 2012-08-27 11:47:44 -07:00
commitcheck.sh Fix SC2181 ("[ $?") outside tests/ 2021-06-08 14:45:03 -07:00
common.sh.in zpool_influxdb: move to libexec dir 2020-11-28 11:15:57 -08:00
cstyle.pl cstyle.pl: echo commands for github workflow 2020-08-13 14:58:53 -07:00
dkms.mkconf Turn shellcheck into a normal make target. Fix new files it caught 2021-06-09 13:05:34 -07:00
dkms.postbuild Turn shellcheck into a normal make target. Fix new files it caught 2021-06-09 13:05:34 -07:00
enum-extract.pl Fix free memory calculation on v3.14+ 2018-02-23 08:50:06 -08:00
kmodtool Turn shellcheck into a normal make target. Fix new files it caught 2021-06-09 13:05:34 -07:00
make_gitrev.sh Fix minor shellcheck 0.7.2 warnings 2021-06-10 10:50:16 -07:00
Makefile.am mancheck: accept lints, accept lint overrides 2021-06-09 13:05:34 -07:00
man-dates.sh Fix minor shellcheck 0.7.2 warnings 2021-06-10 10:50:16 -07:00
mancheck.sh Modernise/fix/rewrite unlinted manpages 2021-06-09 13:05:34 -07:00
paxcheck.sh Turn checkbashisms into a make target 2021-06-09 13:05:34 -07:00
zfs2zol-patch.sed Add libtpool (thread pools) 2017-08-09 15:31:08 -07:00
zfs-helpers.sh Remove draid.d symlink from zfs_helpers.sh 2020-12-11 11:00:58 -08:00
zfs-tests.sh Trim excess shellcheck annotations. Widen to all non-Korn scripts 2021-06-08 14:46:31 -07:00
zfs.sh Fix SC2181 ("[ $?") outside tests/ 2021-06-08 14:45:03 -07:00
zimport.sh Trim excess shellcheck annotations. Widen to all non-Korn scripts 2021-06-08 14:46:31 -07:00
zloop.sh Trim excess shellcheck annotations. Widen to all non-Korn scripts 2021-06-08 14:46:31 -07:00
zol2zfs-patch.sed Add a script to change file names when upstreaming to OpenZFS/illumos 2016-09-29 21:01:50 -07:00