diff options
Diffstat (limited to 'etc/default')
-rw-r--r-- | etc/default/Makefile.am | 3 | ||||
-rw-r--r-- | etc/default/zfs.in | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/default/Makefile.am b/etc/default/Makefile.am index 0f7c96698..74a4edd62 100644 --- a/etc/default/Makefile.am +++ b/etc/default/Makefile.am @@ -5,4 +5,5 @@ initconf_SCRIPTS = zfs SUBSTFILES += $(initconf_SCRIPTS) -SHELLCHECK_SHELL = sh +SHELLCHECK_SHELL = dash +SHELLCHECK_OPTS = --enable=all diff --git a/etc/default/zfs.in b/etc/default/zfs.in index fb4a1b65e..ae813e9de 100644 --- a/etc/default/zfs.in +++ b/etc/default/zfs.in @@ -1,4 +1,5 @@ # OpenZFS userland configuration. +# shellcheck disable=SC2154 # NOTE: This file is intended for sysv init and initramfs. # Changing some of these settings may not make any difference on |