Fix newly found shellcheck issues

bugfix/multiple-log-lines
Darko Poljak 3 years ago
parent 38ccdfda32
commit 41e59a748d

@ -224,6 +224,7 @@ hor_line()
if [ "${do_global_explorer}" ]
then
print_verbose 2 "Dumping global explorers"
# shellcheck disable=SC2086
set -- "$@" ${or} \( \
-path "*/explorer/*" -a \
! -path "*/conf/*" -a \

Loading…
Cancel
Save