Skip to content

Commit 36aaa74

Browse files
pvalenajohannbg
authored andcommitted
fix(bluetooth): nullglob should not be needed
1 parent c7cfdf7 commit 36aaa74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules.d/62bluetooth/module-setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ installkernel() {
5151
# Install the required file(s) for the module in the initramfs.
5252
install() {
5353
# shellcheck disable=SC2064
54-
trap "$(shopt -p nullglob globstar)" RETURN
55-
shopt -q -s nullglob globstar
54+
trap "$(shopt -p globstar)" RETURN
55+
shopt -q -s globstar
5656
local -a var_lib_files
5757

5858
inst_multiple -o \

0 commit comments

Comments
 (0)