mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
ae66d3aa90
Strengthen static code analysis for shell scripts. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: szubersk <szuberskidamian@gmail.com> Closes #12913
12 lines
266 B
Makefile
12 lines
266 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
EXTRA_DIST += README.md
|
|
|
|
init_SCRIPTS = zfs-import zfs-load-key zfs-mount zfs-share zfs-zed
|
|
|
|
SUBSTFILES += $(init_SCRIPTS)
|
|
|
|
SHELLCHECK_SHELL = dash
|
|
SHELLCHECK_OPTS = --enable=all
|