From: Laszlo Gombos Date: Sat, 25 Feb 2023 00:53:43 +0000 (+0000) Subject: chore: remove unnecessary shellcheck disable for SC2030 X-Git-Tag: 106~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6008a637d48602adadeea284ebce519ab440fcf;p=thirdparty%2Fdracut-ng.git chore: remove unnecessary shellcheck disable for SC2030 --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index 84d61d74c..07bae9904 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -36,7 +36,6 @@ installkernel() { # get the device name name=/dev/$(dmsetup info -c --noheadings -o blkdevname "${name%:}") # check if the device exists as a key in our host_fs_types (even with null string) - # shellcheck disable=SC2030 # this is a shellcheck bug if [[ ${host_fs_types[$name]+_} ]]; then # split the cipher aes-xts-plain64 in pieces IFS='-:' read -ra mods <<< "$cipher"