From: Pavel Valena Date: Fri, 25 Mar 2022 15:39:55 +0000 (+0100) Subject: fix(bluetooth): nullglob should not be needed X-Git-Tag: 057~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36aaa74f3641d375cb435298864fad1945444893;p=thirdparty%2Fdracut.git fix(bluetooth): nullglob should not be needed --- diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index b22b8cd5e..40cd9a466 100755 --- a/modules.d/62bluetooth/module-setup.sh +++ b/modules.d/62bluetooth/module-setup.sh @@ -51,8 +51,8 @@ installkernel() { # Install the required file(s) for the module in the initramfs. install() { # shellcheck disable=SC2064 - trap "$(shopt -p nullglob globstar)" RETURN - shopt -q -s nullglob globstar + trap "$(shopt -p globstar)" RETURN + shopt -q -s globstar local -a var_lib_files inst_multiple -o \