Fix newly found shellcheck issues
This commit is contained in:
parent
38ccdfda32
commit
41e59a748d
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ hor_line()
|
||||||
if [ "${do_global_explorer}" ]
|
if [ "${do_global_explorer}" ]
|
||||||
then
|
then
|
||||||
print_verbose 2 "Dumping global explorers"
|
print_verbose 2 "Dumping global explorers"
|
||||||
|
# shellcheck disable=SC2086
|
||||||
set -- "$@" ${or} \( \
|
set -- "$@" ${or} \( \
|
||||||
-path "*/explorer/*" -a \
|
-path "*/explorer/*" -a \
|
||||||
! -path "*/conf/*" -a \
|
! -path "*/conf/*" -a \
|
||||||
|
|
Loading…
Reference in a new issue