Skip to content

Commit

Permalink
fix(bluetooth): nullglob should not be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena authored and johannbg committed Apr 4, 2022
1 parent c7cfdf7 commit 36aaa74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.d/62bluetooth/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 36aaa74

Please sign in to comment.